Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using the standard 'create invoice from salesorder' in workflows
#9
Why did you change the name here:

https://github.com/Luke1982/corebos/blob/createInvoiceFromSO_WF/modules/com_vtiger_workflow/tasks/create_invoice_from_so.inc#L71


PHP Code:
$data['LineItems'] = $wsso['pdoInformation']; 

shouldn't it be


PHP Code:
$data['pdoInformation'] = $wsso['pdoInformation']; 

??
Joe
TSolucio
Reply


Messages In This Thread
RE: Using the standard 'create invoice from salesorder' in workflows - joebordes - 08-07-2016, 03:55 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)