Compare commits
2 Commits
4044af92c4
...
31f96dd11e
| Author | SHA1 | Date | |
|---|---|---|---|
| 31f96dd11e | |||
|
|
c8fafeb140 |
@@ -53,6 +53,11 @@ class Plant extends Model
|
||||
return $this->hasMany(InvoiceValidation::class, 'plant_id', 'id');
|
||||
}
|
||||
|
||||
public function stockDataMasters()
|
||||
{
|
||||
return $this->hasMany(StockDataMaster::class, 'plant_id', 'id');
|
||||
}
|
||||
|
||||
public function qualityValidations()
|
||||
{
|
||||
return $this->hasMany(QualityValidation::class, 'plant_id', 'id');
|
||||
|
||||
Reference in New Issue
Block a user