mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-11 07:18:40 +00:00
fix todos/move to todo list
This commit is contained in:
parent
6457094413
commit
9295262646
|
|
@ -15,7 +15,6 @@ declare(strict_types=1);
|
|||
namespace Modules\Exchange\Controller;
|
||||
|
||||
use phpOMS\Module\ModuleAbstract;
|
||||
use phpOMS\Module\WebInterface;
|
||||
|
||||
/**
|
||||
* Exchange controller class.
|
||||
|
|
|
|||
|
|
@ -570,7 +570,6 @@ final class Importer extends ImporterAbstract
|
|||
{
|
||||
$itemAttrType = [];
|
||||
|
||||
// @todo check if attr. types already exist, if yes don't create, just save them in here.
|
||||
if (($itemAttrType['tradegroup'] = ItemAttributeTypeMapper::getBy('tradegroup', 'name')) instanceof NullItemAttributeType) {
|
||||
$itemAttrType['tradegroup'] = new ItemAttributeType('tradegroup');
|
||||
ItemAttributeTypeMapper::create($itemAttrType['tradegroup']);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user