mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-19 14:01:38 -04:00
Merge pull request #1239 from RuleDomain/make-sales-tax-code-uppercase
Make Sales Tax Code uppercase
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
<?php echo form_input(array(
|
||||
'name' => 'default_origin_tax_code',
|
||||
'id' => 'default_origin_tax_code',
|
||||
'class' => 'form-control input-sm',
|
||||
'class' => 'form-control input-sm text-uppercase',
|
||||
'value'=>$this->config->item('default_origin_tax_code'))); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<?php echo form_input(array(
|
||||
'name'=>'tax_code',
|
||||
'id'=>'tax_code',
|
||||
'class'=>'form-control input-sm',
|
||||
'class'=>'form-control input-sm text-uppercase',
|
||||
'value'=>$tax_code)
|
||||
);?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user