Added pop_product_id and pop_product_name

This commit is contained in:
Gerhard Hoffmann 2024-07-24 17:33:53 +02:00
parent 0a08221381
commit 7d452c82b7

View File

@ -15,6 +15,8 @@ public:
void reset() {
pop_id = 0;
pop_label = "";
pop_product_id = -1;
pop_product_name = "";
pop_payment_method_id = 0;
pop_day_end_time = "";
pop_day_night_end_time = "";
@ -40,6 +42,8 @@ public:
int pop_id;
std::string pop_label;
int pop_product_id;
QString pop_product_name;
int pop_payment_method_id;
std::string pop_day_end_time;
std::string pop_day_night_end_time;