mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-02-13 18:58:40 +00:00
File path fixes
This commit is contained in:
parent
d891e510b2
commit
172bd43d01
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* Orange Management
|
* Orange Management
|
||||||
*
|
*
|
||||||
* PHP Version 7.0
|
* PHP Version 7.1
|
||||||
*
|
*
|
||||||
* @category TBD
|
* @category TBD
|
||||||
* @package TBD
|
* @package TBD
|
||||||
|
|
@ -361,7 +361,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr><td><input id="iPName" name="pname" type="text" placeholder="">
|
<tr><td><input id="iPName" name="pname" type="text" placeholder="">
|
||||||
<tr><td><label for="iPName"><?= $this->getText('Leadtime') ?></label>
|
<tr><td><label for="iPName"><?= $this->getText('Leadtime') ?></label>
|
||||||
<tr><td><input id="iPName" name="pname" type="number" min="0" step="1" placeholder="">
|
<tr><td><input id="iPName" name="pname" type="number" min="0" step="1" placeholder="">
|
||||||
<tr><td><input type="submit" value="<?= $this->getText('Save') ?>">
|
<tr><td><input type="submit" value="<?= $this->getText('Save', 0) ?>">
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* Orange Management
|
* Orange Management
|
||||||
*
|
*
|
||||||
* PHP Version 7.0
|
* PHP Version 7.1
|
||||||
*
|
*
|
||||||
* @category TBD
|
* @category TBD
|
||||||
* @package TBD
|
* @package TBD
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* Orange Management
|
* Orange Management
|
||||||
*
|
*
|
||||||
* PHP Version 7.0
|
* PHP Version 7.1
|
||||||
*
|
*
|
||||||
* @category TBD
|
* @category TBD
|
||||||
* @package TBD
|
* @package TBD
|
||||||
|
|
@ -41,6 +41,7 @@ return ['ItemManagement' => [
|
||||||
'GrossWeight' => 'Gross Weight',
|
'GrossWeight' => 'Gross Weight',
|
||||||
'Group' => 'Group',
|
'Group' => 'Group',
|
||||||
'Height' => 'Height',
|
'Height' => 'Height',
|
||||||
|
'ID' => 'ID',
|
||||||
'Info' => 'Info',
|
'Info' => 'Info',
|
||||||
'Item' => 'Item',
|
'Item' => 'Item',
|
||||||
'Items' => 'Items',
|
'Items' => 'Items',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user