Quiero deshabilitar todos los botones de POS excepto el botón "Pagos" después de presionar el botón "Cliente" y habilitar después de presionar nuevamente el botón "Pagos" como la imagen 
Intento heredar el archivo js, pero el botón del cliente no funciona.
restaurant.Printer.include({ init: function(parent,options){ this._super(); }, print: function(receipt){ var self = this; this._super(); $('.set-customer').prop('disabled',true); }, });