diff --git a/app/Controllers/StockController.php b/app/Controllers/StockController.php index 5a60ed19..48cdd4de 100644 --- a/app/Controllers/StockController.php +++ b/app/Controllers/StockController.php @@ -1421,6 +1421,9 @@ class StockController extends BaseController $data['month'] = $formattedDate; + // return $this->response->setJSON($data); + + return $this->loadViews("trpProductionStockDetails", $this->global, $data, NULL); diff --git a/app/Views/trpProductionStockDetails.php b/app/Views/trpProductionStockDetails.php index d6a52d4b..24a6fe5c 100644 --- a/app/Views/trpProductionStockDetails.php +++ b/app/Views/trpProductionStockDetails.php @@ -592,7 +592,7 @@