Removed unwanted space #595
@@ -102,7 +102,6 @@ class ProductCharacteristicsMasterImporter extends Importer
|
|||||||
|
|
||||||
public function resolveRecord(): ?ProductCharacteristicsMaster
|
public function resolveRecord(): ?ProductCharacteristicsMaster
|
||||||
{
|
{
|
||||||
|
|
||||||
$warnMsg = [];
|
$warnMsg = [];
|
||||||
$plantCod = trim($this->data['plant']) ?? null;
|
$plantCod = trim($this->data['plant']) ?? null;
|
||||||
$itemCod = trim($this->data['item']) ?? null;
|
$itemCod = trim($this->data['item']) ?? null;
|
||||||
|
|||||||
Reference in New Issue
Block a user