1
0
forked from poc/pds

Merge pull request 'ranjith-dev' (#667) from ranjith-dev into master

Reviewed-on: poc/pds#667
This commit is contained in:
2026-05-29 08:09:32 +00:00
2 changed files with 2222 additions and 1125 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -24,9 +24,9 @@ class Item extends Model
return $this->belongsTo(Plant::class);
}
public function item()
public function line()
{
return $this->belongsTo(Item::class, 'item_id', 'id');
return $this->belongsTo(Line::class, 'line_id', 'id');
}
public function stickerMasters()