Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/sigmaerp.codeskitter.site/public/custom/js/purchase/
Upload File :
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);
});