Skip to content

Commit

Permalink
Change the term 'order' by 'invoice'
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Orley committed Sep 22, 2017
1 parent ad6778a commit 1aedc4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions htdocs/compta/facture/class/api_invoices.class.php
Expand Up @@ -306,15 +306,15 @@ function getLines($id) {
return $result;
}

/**
/**
* Add a line to given invoice
*
* @param int $id Id of invoice to update
* @param array $request_data Orderline data
* @param int $id Id of invoice
* @param array $request_data Invoiceline data
*
* @url POST {id}/lines
*
* @return string
* @return int
*/
function postLine($id, $request_data = NULL) {
if(! DolibarrApiAccess::$user->rights->facture->creer) {
Expand Down

0 comments on commit 1aedc4a

Please sign in to comment.