1
0
forked from poc/pds

Removed unwanted space

This commit is contained in:
dhanabalan
2026-05-13 17:07:39 +05:30
parent e5f23303d9
commit 47a0cf31d2

View File

@@ -102,7 +102,6 @@ class ProductCharacteristicsMasterImporter extends Importer
public function resolveRecord(): ?ProductCharacteristicsMaster
{
$warnMsg = [];
$plantCod = trim($this->data['plant']) ?? null;
$itemCod = trim($this->data['item']) ?? null;