This commit is contained in:
Mauricio Baeza 2018-09-06 18:15:54 -05:00
parent dd0585853a
commit e5a389a9dd
1 changed files with 3 additions and 2 deletions

View File

@ -336,8 +336,9 @@ var controls_banco_deposito = [
]},
{cols: [
{view: 'label', label: '<b>Facturas por pagar: </b>'},
{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: '<b>Facturas a pagar en este depósito: </b>'},