diff --git a/pos_customer_display/static/src/js/customer_display.js b/pos_customer_display/static/src/js/customer_display.js index b633d8db..c22ce8ea 100644 --- a/pos_customer_display/static/src/js/customer_display.js +++ b/pos_customer_display/static/src/js/customer_display.js @@ -278,6 +278,9 @@ openerp.pos_customer_display = function(instance){ change_rounded = change.toFixed(2); this.pos.prepare_text_customer_display('update_payment', {'change': change_rounded}); } + else{ + this.pos.prepare_text_customer_display('addPaymentline', {}) + } return res; }, });