Skip to content

Commit

Permalink
NEW Add payments GET and POST REST API endpoints for supplierinvoices.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraulle committed Aug 14, 2019
1 parent 49e61e2 commit 1d2c2f8
Show file tree
Hide file tree
Showing 2 changed files with 492 additions and 346 deletions.
4 changes: 2 additions & 2 deletions htdocs/core/lib/website.lib.php
Expand Up @@ -33,7 +33,7 @@
* @return boolean True if OK
* @see dolWebsiteOutput() for function used to replace content in a web server context
*/
function dolWebsiteReplacementOfLinks($website, $content, $removephppart = 0, $contenttype='html')
function dolWebsiteReplacementOfLinks($website, $content, $removephppart = 0, $contenttype = 'html')
{
$nbrep = 0;

Expand Down Expand Up @@ -187,7 +187,7 @@ function dolKeepOnlyPhpCode($str)
* @return void
* @see dolWebsiteReplacementOfLinks() for function used to replace content in the backoffice context when USEDOLIBARREDITOR is not on
*/
function dolWebsiteOutput($content, $contenttype='html', $containerid='')
function dolWebsiteOutput($content, $contenttype = 'html', $containerid = '')
{
global $db, $langs, $conf, $user;
global $dolibarr_main_url_root, $dolibarr_main_data_root;
Expand Down

0 comments on commit 1d2c2f8

Please sign in to comment.