edit revenue po ui issue fixed
This commit is contained in:
parent
a808571038
commit
35b9b1726d
@ -3502,7 +3502,7 @@ function calculateEditTaxValue()
|
||||
$data = array('name' => 'txtSpcialInstruction','value' => set_value('txtSpcialInstruction',$ServiceDescription),'id'=>'txtSpcialInstruction', 'class' => 'form-control' );
|
||||
echo form_textarea($data);
|
||||
?>
|
||||
<input type="hidden" name="SpcialInstruction" id="SpcialInstruction" value="<?php echo $ServiceDescription;?>">
|
||||
<input type="hidden" name="SpcialInstruction" id="SpcialInstruction" value="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" style="padding: 2% 0%">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user