stock module latest today vadivel J 04-1-2025

This commit is contained in:
vadivelJ96 2025-01-04 18:46:41 +05:30
parent 1a245fad32
commit aa166057d7

View File

@ -1308,7 +1308,6 @@ class StockController extends BaseController
$data['trpProductionDetails'] = $this->TrpProductionMaintenance_model
->join('t_trpProduction', 't_trpProduction.date = t_trpProductionMaintenance.date')
->join('t_trpProductionWaste', 't_trpProductionWaste.date = t_trpProductionMaintenance.date')
->join('t_')
->where('date >=', $startDate)
->where('date <=', $endDate)
->orderBy('date', 'asc')