hidden fields : ps
This commit is contained in:
parent
103eb683e9
commit
41486bd1ea
@ -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 ?>"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user