From e5a389a9dd856d141a1399f3ae07fc489ea5252e Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Thu, 6 Sep 2018 18:15:54 -0500 Subject: [PATCH] Fix #256 --- source/static/js/ui/bancos.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/static/js/ui/bancos.js b/source/static/js/ui/bancos.js index 5d161af..3969bb1 100644 --- a/source/static/js/ui/bancos.js +++ b/source/static/js/ui/bancos.js @@ -336,8 +336,9 @@ var controls_banco_deposito = [ ]}, {cols: [ {view: 'label', label: 'Facturas por pagar: '}, - {view: 'button', id: 'cmd_invoice_payed', label: 'Pagada directamente', - type: 'iconButton', autowidth: true, icon: 'check-circle'}, + {view: 'button', id: 'cmd_invoice_payed', label: 'Solo marcar pagada', + type: 'iconButton', autowidth: true, icon: 'check-circle', + tooltip: 'No afecta a saldos'}, ]}, grid_cfdi_por_pagar, {view: 'label', label: 'Facturas a pagar en este depĆ³sito: '},