Skip to content

Commit

Permalink
Merge pull request #1923 from GPCsolutions/fixws
Browse files Browse the repository at this point in the history
Fixed invoices webservice
  • Loading branch information
eldy committed Sep 29, 2014
2 parents 3d82f09 + f7aa08f commit 78de38d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions htdocs/webservices/server_invoice.php
Expand Up @@ -136,7 +136,9 @@
'minOccurs' => '0',
'maxOccurs' => 'unbounded'
)
)
),
null,
'tns:line'
);


Expand Down Expand Up @@ -197,7 +199,9 @@
'minOccurs' => '0',
'maxOccurs' => 'unbounded'
)
)
),
null,
'tns:invoice'
);


Expand Down

0 comments on commit 78de38d

Please sign in to comment.