stock module latest today vadivel J 04-1-2025
This commit is contained in:
parent
1a245fad32
commit
aa166057d7
@ -1308,7 +1308,6 @@ class StockController extends BaseController
|
|||||||
$data['trpProductionDetails'] = $this->TrpProductionMaintenance_model
|
$data['trpProductionDetails'] = $this->TrpProductionMaintenance_model
|
||||||
->join('t_trpProduction', 't_trpProduction.date = t_trpProductionMaintenance.date')
|
->join('t_trpProduction', 't_trpProduction.date = t_trpProductionMaintenance.date')
|
||||||
->join('t_trpProductionWaste', 't_trpProductionWaste.date = t_trpProductionMaintenance.date')
|
->join('t_trpProductionWaste', 't_trpProductionWaste.date = t_trpProductionMaintenance.date')
|
||||||
->join('t_')
|
|
||||||
->where('date >=', $startDate)
|
->where('date >=', $startDate)
|
||||||
->where('date <=', $endDate)
|
->where('date <=', $endDate)
|
||||||
->orderBy('date', 'asc')
|
->orderBy('date', 'asc')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user