Added pop_product_id and pop_product_name
This commit is contained in:
		@@ -15,6 +15,8 @@ public:
 | 
				
			|||||||
    void reset() {
 | 
					    void reset() {
 | 
				
			||||||
        pop_id = 0;
 | 
					        pop_id = 0;
 | 
				
			||||||
        pop_label = "";
 | 
					        pop_label = "";
 | 
				
			||||||
 | 
					        pop_product_id = -1;
 | 
				
			||||||
 | 
					        pop_product_name = "";
 | 
				
			||||||
        pop_payment_method_id = 0;
 | 
					        pop_payment_method_id = 0;
 | 
				
			||||||
        pop_day_end_time = "";
 | 
					        pop_day_end_time = "";
 | 
				
			||||||
        pop_day_night_end_time = "";
 | 
					        pop_day_night_end_time = "";
 | 
				
			||||||
@@ -40,6 +42,8 @@ public:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    int pop_id;
 | 
					    int pop_id;
 | 
				
			||||||
    std::string pop_label;
 | 
					    std::string pop_label;
 | 
				
			||||||
 | 
					    int pop_product_id;
 | 
				
			||||||
 | 
					    QString pop_product_name;
 | 
				
			||||||
    int pop_payment_method_id;
 | 
					    int pop_payment_method_id;
 | 
				
			||||||
    std::string pop_day_end_time;
 | 
					    std::string pop_day_end_time;
 | 
				
			||||||
    std::string pop_day_night_end_time;
 | 
					    std::string pop_day_night_end_time;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user