pulling changes

This commit is contained in:
vadivel J 2024-09-21 13:32:50 +05:30
parent e8ffc9ea4b
commit c92d7eb45b
2 changed files with 4 additions and 2 deletions

View File

@ -402,6 +402,8 @@ if (!empty($INRSYMBOL)) {
$('#REVENUE').modal('hide');
$('#packagingcalmodel').modal('show');
$('#txtPackaging').removeAttr('readonly', 'true');
} else {
if (selValue == NilType) {
@ -3895,7 +3897,7 @@ if (!empty($INRSYMBOL)) {
<div class="modal-header">
<center>
<h4>Add Capital Purchase Order Item </h4>
<h4>Add Capital Purchase Order Item </h4>
</center>
</div>
<div align="left">

View File

@ -2556,7 +2556,7 @@ if (!empty($getlogpodtl)) {
<input type="hidden" name="txtPoRange" id="txtPoRange" />
<input type="hidden" name="isEdit" id="isEdit" value="0" />
<input type="hidden" name="txtStatus" id="txtStatus" />
<input type="hidden" name="txtRowCount" id="txtRowCount" value="<?php echo $index; ?>">
<input type="hidden" name="txtRowCount" id="txtRowCount" value="<?php if(isset($index)){ echo $index;} ?>">
<input type="hidden" name="txtDeletedRow" id="txtDeletedRow" />
<input type="hidden" name="txtPONO" id="txtPONO" value="<?php echo $PONO; ?>" />
<input type="hidden" name="txttaxcheck" id="txttaxcheck" value="" />