View | Details | Raw Unified | Return to bug 27815
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt (-2 / +1 lines)
Lines 244-250 Link Here
244
        defaultPrice.value,
244
        defaultPrice.value,
245
        1,
245
        1,
246
        null,
246
        null,
247
        '<button class="btn btn-default btn-xs drop" type="button"><i class="fa fa-trash"></i> Remove</button>',
247
        '<button class="btn btn-default btn-xs drop" type="button"><i class="fa fa-trash"></i> ' + _("Remove") + '</button>',
248
        invoiceCode
248
        invoiceCode
249
        ]
249
        ]
250
      );
250
      );
251
- 

Return to bug 27815