mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-01-31 04:38:42 +00:00
Automated formatting changes
This commit is contained in:
parent
cd579a1a9f
commit
23ada6f348
|
|
@ -23,7 +23,6 @@ use Modules\ItemManagement\Models\ItemAttributeValue;
|
|||
use Modules\ItemManagement\Models\ItemAttributeValueMapper;
|
||||
use phpOMS\Application\ApplicationAbstract;
|
||||
use phpOMS\Config\SettingsInterface;
|
||||
use phpOMS\DataStorage\Database\DatabasePool;
|
||||
use phpOMS\Localization\ISO639x1Enum;
|
||||
use phpOMS\Module\InstallerAbstract;
|
||||
use phpOMS\Module\ModuleInfo;
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ final class ItemAttributeTypeMapper extends DataMapperFactory
|
|||
'mapper' => ItemAttributeValueMapper::class,
|
||||
'table' => 'itemmgmt_item_attr_default',
|
||||
'self' => 'itemmgmt_item_attr_default_type',
|
||||
'external' => 'itemmgmt_item_attr_default_value'
|
||||
'external' => 'itemmgmt_item_attr_default_value',
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ return ['ItemManagement' => [
|
|||
'QA' => 'QA.',
|
||||
'QM' => 'Qm.',
|
||||
'Quantity' => 'Antal',
|
||||
'QuantityUnit' => 'Mængden af mængde',
|
||||
'QuantityUnit' => "Mængden af \u{200b}\u{200b}mængde",
|
||||
'RecentInvoices' => '#VALUE!',
|
||||
'ReorderLevel' => 'Ombestillingsniveau',
|
||||
'Reserved' => 'Reserveret',
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ return ['ItemManagement' => [
|
|||
'Properties' => 'Propriétés',
|
||||
'Property' => 'Propriété',
|
||||
'Purchase' => 'Acheter',
|
||||
'PurchasePrice' => 'Prix d\'achat',
|
||||
'PurchasePrice' => "Prix \u{200b}\u{200b}d'achat",
|
||||
'Purchasing' => 'Achat',
|
||||
'QA' => 'Qa',
|
||||
'QM' => 'Qm',
|
||||
|
|
@ -112,7 +112,7 @@ return ['ItemManagement' => [
|
|||
'Reserved' => 'Réservé',
|
||||
'SN' => 'Sn',
|
||||
'Sales' => 'Ventes',
|
||||
'SalesPrice' => 'Prix de vente',
|
||||
'SalesPrice' => "Prix \u{200b}\u{200b}de vente",
|
||||
'Segment' => 'Segment',
|
||||
'ShelfLife' => 'Durée de vie',
|
||||
'Source' => 'La source',
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ use phpOMS\Uri\UriFactory;
|
|||
/** @var \Modules\ItemManagement\Models\Item $item */
|
||||
$item = $this->getData('item');
|
||||
|
||||
$itemL11n = $item->getL11ns();
|
||||
$itemL11n = $item->getL11ns();
|
||||
$itemAttribute = $item->getAttributes();
|
||||
|
||||
$notes = $item->getNotes();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user