changes in purchase module -vadivelJ

This commit is contained in:
vadivel J 2024-11-15 09:37:29 +05:30
parent e6b98cb133
commit 254ccae621
2 changed files with 2 additions and 3 deletions

View File

@ -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') . "&nbsp;&nbsp;" . form_radio(array("name" => "Range", 'onchange' => 'SetVatorCST();', "id" => "Local", "value" => "0", 'checked' => set_radio('Range', '0', ))); ?>
<?php echo form_label('Inter state', 'Inter state') . "&nbsp;&nbsp;" . 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') . "&nbsp;&nbsp;" . form_radio(array("name" => "Range", 'onchange' => 'SetVatorCST();' , "id" => "Inter_state", "value" => "1")); ?>
</div>
</div>
<div class="col-md-3" style='display:none;' id='workstatus'>

View File

@ -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') . "&nbsp;" . form_radio(array(