changes in purchase module -vadivelJ
This commit is contained in:
parent
e6b98cb133
commit
254ccae621
@ -1587,7 +1587,6 @@ if (!empty($INRSYMBOL)) {
|
||||
// style="display:none;"
|
||||
$('#Vat').removeAttr("style");
|
||||
$('#TotVat').removeAttr("style");
|
||||
alert("i am local");
|
||||
$('#CGSTEditModel').attr("style", "");
|
||||
$('#SGSTEditModel').attr("style", "");
|
||||
$('#IGSTEditModel').attr("style", "display:none");
|
||||
@ -2467,7 +2466,7 @@ if (!empty($INRSYMBOL)) {
|
||||
<b><u>Select Tax Range<span class="badge mandatory">*</span></u></b><br />
|
||||
<div class="centered">
|
||||
<?php echo form_label('Local', 'Local') . " " . form_radio(array("name" => "Range", 'onchange' => 'SetVatorCST();', "id" => "Local", "value" => "0", 'checked' => set_radio('Range', '0', ))); ?>
|
||||
<?php echo form_label('Inter state', 'Inter state') . " " . form_radio(array("name" => "Range", 'onchange' => 'SetVatorCST();' , "id" => "Inter_state", "value" => "1", 'checked' => set_radio('Range', '1', ))); ?>
|
||||
<?php echo form_label('Inter state', 'Inter state') . " " . form_radio(array("name" => "Range", 'onchange' => 'SetVatorCST();' , "id" => "Inter_state", "value" => "1")); ?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-3" style='display:none;' id='workstatus'>
|
||||
|
||||
@ -1896,7 +1896,7 @@ if (!empty($INRSYMBOL)) {
|
||||
<div class="form-row">
|
||||
<div class="form-group col-md-3">
|
||||
<div id="div1" style="display:block;">
|
||||
<b><u>Select Tax Range</u></b><br />
|
||||
<b><u>Select Tax Range</u></b><br/>
|
||||
<div class="centered">
|
||||
<?php
|
||||
echo form_label('Local', 'Local') . " " . form_radio(array(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user