Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Update a record through vtlib within app
#4
This is because Inventory modules (Q, SO, PO, I) are special due to the product lines. To correctly save these modules from within the application like that you have to do this trick:



PHP Code:
$_REQUEST['action'] = 'SalesOrderAjax'

before the save(), that is basically telling the application to not save the product lines nor do anything with them. That should fix your error.
Joe
TSolucio
Reply


Messages In This Thread
RE: Update a record through vtlinb within app - joebordes - 07-28-2016, 10:03 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)