Merge branch 'new_theme' of bitbucket.org:venbainformationtechnology/ria into new_theme

This commit is contained in:
vadivelJ96 2025-03-17 12:05:01 +05:30
commit 2b2fa52901

View File

@ -1181,16 +1181,16 @@ if (!empty($getlogpodtl)) {
<input type="text" name="<?php echo 'AssessableValue' . $index ?>"
<input type="hidden" name="<?php echo 'AssessableValue' . $index ?>"
id="<?php echo 'AssessableValue' . $index ?>" value="<?php echo $record->AssessableValue; ?>" />
<input type="text" name="<?php echo 'SubTotal' . $index ?>"
<input type="hidden" name="<?php echo 'SubTotal' . $index ?>"
id="<?php echo 'SubTotal' . $index ?>" value="<?php echo $record->SubTotal; ?>" />
<input type="text" name="<?php echo 'IGSTInt' . $index ?>" id="<?php echo 'IGSTInt' . $index ?>"
<input type="hidden" name="<?php echo 'IGSTInt' . $index ?>" id="<?php echo 'IGSTInt' . $index ?>"
value="<?php echo $record->IGST; ?>" />
<input type="text" name="<?php echo 'AfterIGSTInt' . $index ?>"
<input type="hidden" name="<?php echo 'AfterIGSTInt' . $index ?>"
id="<?php echo 'AfterIGSTInt' . $index ?>" value="<?php echo $record->AfterIGST; ?>" />
<input type="hidden" name="<?php echo 'DutyImpact' . $index ?>"