mirror of
https://github.com/Karaka-Management/oms-Finance.git
synced 2026-02-05 00:08:39 +00:00
Went through todos
This commit is contained in:
parent
16f1337e4d
commit
e3989ffb21
|
|
@ -24,4 +24,5 @@ return ['Navigation' => [
|
|||
'Profile' => 'Profil',
|
||||
'Sales' => 'Umsatz',
|
||||
'Suppliers' => 'Lieferanten',
|
||||
'TaxCodes' => 'Steuerkennzeichen',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -24,4 +24,5 @@ return ['Navigation' => [
|
|||
'Profile' => 'Profile',
|
||||
'Sales' => 'Sales',
|
||||
'Suppliers' => 'Suppliers',
|
||||
'TaxCodes' => 'Tax Codes',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -24,7 +24,11 @@ echo $this->data['nav']->render(); ?>
|
|||
<div class="row">
|
||||
<div class="col-xs-12 col-md-6">
|
||||
<section class="portlet">
|
||||
<form method="<?= $isNew ? 'PUT' : 'POST'; ?>" action="<?= UriFactory::build('{/api}finance/tax/code?csrf={$CSRF}'); ?>">
|
||||
<form
|
||||
id="iTaxCodeForm"
|
||||
method="<?= $isNew ? 'PUT' : 'POST'; ?>"
|
||||
action="<?= UriFactory::build('{/api}finance/tax/code?csrf={$CSRF}'); ?>"
|
||||
<?= $isNew ? 'data-redirect="' . UriFactory::build('{/base}/finance/tax/code/view') . '?id={/0/response/id}"' : ''; ?>>
|
||||
<div class="portlet-head"><?= $this->getHtml('TaxCode'); ?></div>
|
||||
<div class="portlet-body">
|
||||
<div class="form-group">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user