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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (+4 lines)
Lines 1316-1321 div { Link Here
1316
    padding: 1em;
1316
    padding: 1em;
1317
}
1317
}
1318
1318
1319
#sales {
1320
    display: none;
1321
}
1322
1319
.tip {
1323
.tip {
1320
    color: #808080;
1324
    color: #808080;
1321
}
1325
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt (-1 / +3 lines)
Lines 386-391 Link Here
386
                        .append( '<td><button class="printReceipt btn btn-default btn-xs" data-accountline="'+group+'"><i class="fa fa-print"></i> ' + _("Print receipt") + '</button></td>');
386
                        .append( '<td><button class="printReceipt btn btn-default btn-xs" data-accountline="'+group+'"><i class="fa fa-print"></i> ' + _("Print receipt") + '</button></td>');
387
                },
387
                },
388
                endRender: null,
388
                endRender: null,
389
            },
390
            initComplete: function() {
391
                $("#sales").show();
389
            }
392
            }
390
        }));
393
        }));
391
394
392
- 

Return to bug 26938