mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-02-11 01:38:40 +00:00
test fixes
This commit is contained in:
parent
9755c55ab2
commit
f05b92834b
|
|
@ -13,17 +13,28 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['ItemManagement' => [
|
||||
'SalesPricing' => 'Verkaufspreise',
|
||||
'ItemGroup' => 'Artikelgruppe',
|
||||
'ItemSegment' => 'Artikelsegment',
|
||||
'ItemSection' => 'Artikelsparte',
|
||||
'ItemType' => 'Artikeltyp',
|
||||
'ClientGroup' => 'Kundengruppe',
|
||||
'ClientSegment' => 'Kundensegment',
|
||||
'ClientSection' => 'Kundensparte',
|
||||
'ClientType' => 'Kundentyp',
|
||||
'Procurement' => 'Beschaffung',
|
||||
'TopCustomers' => 'Top Kunden',
|
||||
'Accounting' => 'Buchhaltung',
|
||||
'Address' => '#VALUE!',
|
||||
'Address' => 'Adresse',
|
||||
'All' => 'Alle',
|
||||
'Article' => 'Artikel',
|
||||
'Articlegroup' => 'ArtikelGroup.',
|
||||
'Attribute' => 'Attribut',
|
||||
'AttributeTypes' => '#VALUE!',
|
||||
'AttributeTypes' => 'Attributtypen',
|
||||
'Attributes' => 'Attribute',
|
||||
'Available' => 'Erhältlich',
|
||||
'AvgPrice' => 'Durchschn. Preis',
|
||||
'Bills' => '#VALUE!',
|
||||
'Bills' => 'Rechnungen',
|
||||
'Bonus' => 'Bonus',
|
||||
'ClientGroup' => 'Client / Gruppe.',
|
||||
'Commission' => 'Kommission',
|
||||
|
|
@ -50,9 +61,9 @@ return ['ItemManagement' => [
|
|||
'General' => 'Allgemein',
|
||||
'GrossWeight' => 'Bruttogewicht',
|
||||
'Group' => 'Gruppe',
|
||||
'Groups' => '#VALUE!',
|
||||
'Groups' => 'Gruppen',
|
||||
'Height' => 'Höhe',
|
||||
'ID' => 'ICH WÜRDE',
|
||||
'ID' => 'ID',
|
||||
'ILV' => 'Ilv.',
|
||||
'Info' => 'Die Info',
|
||||
'IsActive' => 'Aktiv?',
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ trait ApiControllerL11nTrait
|
|||
$request->header->account = 1;
|
||||
$request->setData('item', '1');
|
||||
$request->setData('type', '1');
|
||||
$request->setData('description', 'Description');
|
||||
$request->setData('content', 'Description');
|
||||
|
||||
$this->module->apiItemL11nCreate($request, $response);
|
||||
self::assertGreaterThan(0, $response->get('')['response']->id);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user