first commit
This commit is contained in:
13
plugins/stTaxPlugin/modules/stTaxBackend/templates/_vat.php
Normal file
13
plugins/stTaxPlugin/modules/stTaxBackend/templates/_vat.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
echo object_input_tag($tax, $method, array(
|
||||
'size' => 7,
|
||||
'control_name' => $name,
|
||||
'disabled' => $tax->getIsSystemDefault(),
|
||||
));
|
||||
|
||||
if ($tax->getIsSystemDefault())
|
||||
{
|
||||
echo input_hidden_tag($name, $tax->$method());
|
||||
}
|
||||
?> %
|
||||
|
||||
Reference in New Issue
Block a user