Fixed invoices webservice

This commit is contained in:
Raphaël Doursenaud 2014-09-24 17:41:05 +02:00
parent c2cbbffd12
commit f7aa08f3fd

View File

@ -136,7 +136,9 @@ $server->wsdl->addComplexType(
'minOccurs' => '0',
'maxOccurs' => 'unbounded'
)
)
),
null,
'tns:line'
);
@ -197,7 +199,9 @@ $server->wsdl->addComplexType(
'minOccurs' => '0',
'maxOccurs' => 'unbounded'
)
)
),
null,
'tns:invoice'
);