mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 22:49:19 +00:00
fix(pos): cash shortcuts not working
This commit is contained in:
@@ -171,7 +171,7 @@ erpnext.PointOfSale.Payment = class {
|
|||||||
|
|
||||||
this.setup_listener_for_payments();
|
this.setup_listener_for_payments();
|
||||||
|
|
||||||
this.$payment_modes.on('click', '.shortcut', () => {
|
this.$payment_modes.on('click', '.shortcut', function() {
|
||||||
const value = $(this).attr('data-value');
|
const value = $(this).attr('data-value');
|
||||||
me.selected_mode.set_value(value);
|
me.selected_mode.set_value(value);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user