Browse Source

[Administration] Génération facture Dolibarr : ajout automatique des conditions de réglement à 30 jours #1402

feature/souke
Guillaume Bourgeois 1 year ago
parent
commit
8de6aee5b7
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      common/components/DolibarrApi.php

+ 2
- 1
common/components/DolibarrApi.php View File

@@ -13,7 +13,8 @@ class DolibarrApi extends AbstractApi
public function createInvoice(int $idUser)
{
return $this->post(self::RESOURCE_INVOICES, [
'socid' => $idUser
'socid' => $idUser,
'cond_reglement_id' => 2
]);
}


Loading…
Cancel
Save