diff --git a/app/Views/viewinwardgateregister.php b/app/Views/viewinwardgateregister.php index 2387b09e..cc91d186 100755 --- a/app/Views/viewinwardgateregister.php +++ b/app/Views/viewinwardgateregister.php @@ -252,7 +252,9 @@ - Total Amt Remarks * Net Weight - Add Gas Shortage - Gas Shortage list @@ -1284,21 +1284,6 @@ '' + '' ; - - let regex = /gas/i; - - if(regex.test(item.MaterialCategory) ){ - $('#gasShortageHeader').show(); - $('#gasShortageListHeader').show(); - trIGRHTML += ' ' ; - trIGRHTML += ' ' ; - - trIGRHTML +=''; - }else{ - trIGRHTML +=''; - } - - if ((item.Quantity - item.QuantityAsPerInvoice) == 0.00) { $('#QuantityAsPerInvoice' + i).attr('readonly', 'true'); } @@ -1348,21 +1333,7 @@ '' + '' + '' ; - - let regex = /gas/i; - - if(regex.test(item.MaterialCategory) ){ - $('#gasShortageHeader').show(); - $('#gasShortageListHeader').show(); - trIGRHTML += ' ' ; - trIGRHTML += ' ' ; - - trIGRHTML +=''; - }else{ - trIGRHTML +=''; - } - if ((item.Quantity - item.QuantityAsPerInvoice) == 0.00) { $('#QuantityAsPerInvoice' + i).attr('readonly', 'true'); } @@ -1409,20 +1380,6 @@ '' + ''; - let regex = /gas/i; - - if(regex.test(item.MaterialCategory) ){ - $('#gasShortageHeader').show(); - $('#gasShortageListHeader').show(); - trIGRHTML += ' ' ; - trIGRHTML += ' ' ; - - trIGRHTML +=''; - }else{ - trIGRHTML +=''; - } - - } } } @@ -1461,8 +1418,6 @@