mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-01-28 19:48:41 +00:00
Unit test fixes and invoice impl. started
This commit is contained in:
parent
e236f28fbd
commit
c75ffeff08
|
|
@ -41,7 +41,7 @@ class ItemMapper extends DataMapperAbstract
|
|||
'itemmgmt_item_productgroup' => ['name' => 'itemmgmt_item_productgroup', 'type' => 'int', 'internal' => 'productGroup'],
|
||||
'itemmgmt_item_salesgroup' => ['name' => 'itemmgmt_item_salesgroup', 'type' => 'int', 'internal' => 'salesGroup'],
|
||||
'itemmgmt_item_articlegroup' => ['name' => 'itemmgmt_item_articlegroup', 'type' => 'int', 'internal' => 'articleGroup'],
|
||||
'itemmgmt_item_successor' => ['name' => 'itemmgmt_item_successor', 'type' => 'int', 'internal' => 'sucessor'],
|
||||
'itemmgmt_item_successor' => ['name' => 'itemmgmt_item_successor', 'type' => 'int', 'internal' => 'successor'],
|
||||
'itemmgmt_item_info' => ['name' => 'itemmgmt_item_info', 'type' => 'string', 'internal' => 'info'],
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user