This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
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
ac0570f40b
commit
8de6aee5b7
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
+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
]);
}
Write
Preview
Loading…
Cancel
Save