| Current Path : /home/users/unlimited/www/sigmaerp.codeskitter.site/public/custom/js/purchase/ |
| Current File : /home/users/unlimited/www/sigmaerp.codeskitter.site/public/custom/js/purchase/print-settings.js |
$(document).ready(function () {
var colspan = $('#printInvoice > thead > tr:first > th').not('.d-none').length - 1
$('.tfoot-first-td').attr('colspan', colspan);
});