Fixed invoices webservice
This commit is contained in:
parent
c2cbbffd12
commit
f7aa08f3fd
@ -136,7 +136,9 @@ $server->wsdl->addComplexType(
|
|||||||
'minOccurs' => '0',
|
'minOccurs' => '0',
|
||||||
'maxOccurs' => 'unbounded'
|
'maxOccurs' => 'unbounded'
|
||||||
)
|
)
|
||||||
)
|
),
|
||||||
|
null,
|
||||||
|
'tns:line'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
@ -197,7 +199,9 @@ $server->wsdl->addComplexType(
|
|||||||
'minOccurs' => '0',
|
'minOccurs' => '0',
|
||||||
'maxOccurs' => 'unbounded'
|
'maxOccurs' => 'unbounded'
|
||||||
)
|
)
|
||||||
)
|
),
|
||||||
|
null,
|
||||||
|
'tns:invoice'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user