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...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 - by joebordes - 08-07-2016, 03:55 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)