diff --git a/app/Services/BendingCodeService.php b/app/Services/BendingCodeService.php index f360b449..89758c12 100644 --- a/app/Services/BendingCodeService.php +++ b/app/Services/BendingCodeService.php @@ -136,7 +136,7 @@ public function resolveItem(string $prodCode, string $specCode, string $lengthCo ->where('spec_code', $specCode) ->where('length_code', $lengthCode) ->where('is_active', true) - ->with('item:id,code,name,specification,unit') + ->with('item:id,code,name,attributes,unit') ->first(); if (! $mapping || ! $mapping->item) {