stock module latest today vadivel J 30-01-2025
This commit is contained in:
parent
c3ed0fbbbc
commit
3423e8d6c2
@ -1445,9 +1445,15 @@ class StockController extends BaseController
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
public function updateTrpProductionDetails($inserts, $freshEntry = false)
|
public function updateTrpProductionDetails($inserts = null, $freshEntry = false)
|
||||||
{
|
{
|
||||||
$postData = $this->request->getPost();
|
|
||||||
|
|
||||||
|
$postData = json_decode($this->request->getPost('updateTrpProductionDetails'));
|
||||||
|
|
||||||
|
|
||||||
|
//converting std class object to associative array..
|
||||||
|
$postData['updateTrpProductionDetails'] = json_decode(json_encode($postData), true);
|
||||||
|
|
||||||
if (empty($postData['updateTrpProductionDetails'])) {
|
if (empty($postData['updateTrpProductionDetails'])) {
|
||||||
if (empty($inserts)) {
|
if (empty($inserts)) {
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user