updated motor and pump scanning logic
This commit is contained in:
@@ -26,6 +26,7 @@ class InvoiceValidation extends Model
|
||||
'upload_status',
|
||||
'batch_number',
|
||||
'quantity',
|
||||
'operator_id',
|
||||
];
|
||||
|
||||
public function plant(): BelongsTo
|
||||
@@ -37,6 +38,10 @@ class InvoiceValidation extends Model
|
||||
{
|
||||
return $this->belongsTo(StickerMaster::class);
|
||||
}
|
||||
public function stickerMasterRelation()
|
||||
{
|
||||
return $this->belongsTo(StickerMaster::class, 'sticker_master_id');
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user