Compare commits
4 Commits
724cdb9c3f
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 0dcb155acb | |||
|
|
47a0cf31d2 | ||
| 0903c60316 | |||
|
|
e5f23303d9 |
@@ -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;
|
||||
|
||||
@@ -3780,7 +3780,7 @@ class CharacteristicsController extends Controller
|
||||
if (! $cField) {
|
||||
return response()->json([
|
||||
'status_code' => 'ERROR',
|
||||
'status_description' => "Master characteristic field value '{$charField}'' not found in approver master!",
|
||||
'status_description' => "Master characteristic field value '{$charField}' not found in approver master!",
|
||||
], 404);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user