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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt (-2 / +1 lines)
Lines 182-188 Link Here
182
                        .append( '<td>'+group+'</td>' )
182
                        .append( '<td>'+group+'</td>' )
183
                        .append( '<td colspan="2">'+details.description+'</td>' )
183
                        .append( '<td colspan="2">'+details.description+'</td>' )
184
                        .append( '<td>'+details.amount+'</td>' )
184
                        .append( '<td>'+details.amount+'</td>' )
185
                        .append( '<td><button class="printReceipt btn btn-default btn-xs" data-accountline="'+group+'"><i class="fa fa-print"></i> Print receipt</button></td>');
185
                        .append( '<td><button class="printReceipt btn btn-default btn-xs" data-accountline="'+group+'"><i class="fa fa-print"></i> ' + _("Print receipt") + '</button></td>');
186
                },
186
                },
187
                endRender: null,
187
                endRender: null,
188
            }
188
            }
189
- 

Return to bug 23355