08-07-2016, 03:55 PM
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
shouldn't it be
??
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
TSolucio