Compare commits
2 Commits
e5cb7f3d88
...
785be70629
| Author | SHA1 | Date | |
|---|---|---|---|
| 785be70629 | |||
|
|
011632b725 |
@@ -334,7 +334,7 @@ class WeightValidationResource extends Resource
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (! empty($data['Item Code'])) {
|
if (! empty($data['Item Code'])) {
|
||||||
$indicators[] = 'Item Code: '.$data['Item Code'];
|
$indicators[] = 'Item Code: '.Item::where('id', $data['Item Code'])->value('code');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! empty($data['Line'])) {
|
if (! empty($data['Line'])) {
|
||||||
|
|||||||
Reference in New Issue
Block a user