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 1320-1325 div { Link Here
1320
    padding: 1em;
1320
    padding: 1em;
1321
}
1321
}
1322
1322
1323
#sales {
1324
    display: none;
1325
}
1326
1323
.tip {
1327
.tip {
1324
    color: #808080;
1328
    color: #808080;
1325
}
1329
}
(-)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