Browse Source

July 31: [FIX]Bug fixed 'service_charges_pos'

pull/380/merge
Cybrosys Technologies 2 days ago
parent
commit
3eeca19e1c
  1. 2
      service_charges_pos/static/src/js/service_charge_button.js

2
service_charges_pos/static/src/js/service_charge_button.js

@ -44,7 +44,7 @@ odoo.define('service_charges_pos.ServiceChargeButton', function(require) {
isInputSelected: true
});
if (confirmed)
if (payload > 0) {
if (payload > 0 && global_selection) {
if (global_selection == 'amount') {
order.add_product(product, {
price: payload

Loading…
Cancel
Save