ranjith-dev #242

Merged
jothi merged 2 commits from ranjith-dev into master 2026-09-22 04:27:48 +00:00
Showing only changes of commit fef4c64542 - Show all commits

View File

@@ -161,6 +161,11 @@ class Line extends Model
return $this->hasMany(ProductCharacteristicsMaster::class);
}
public function processOrders()
{
return $this->hasMany(ProcessOrder::class);
}
// public function rejectReasons()
// {
// return $this->hasMany(RejectReason::class, 'line_id', 'id');