Skip to content

Commit

Permalink
Ajout d'une colonne indispensable dans la requete json
Browse files Browse the repository at this point in the history
  • Loading branch information
STAGIAIRE-PC\Pierre committed Jul 30, 2018
1 parent ff8d319 commit 61995a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/societe/class/api_thirdparties.class.php
Expand Up @@ -1057,7 +1057,7 @@ function getCompanyBankAccount($socid){
}


$fields = ['socid', 'default_rib', 'frstrecur', '1000110000001', 'datec', 'datem', 'label', 'bank', 'bic', 'iban', 'id'];
$fields = ['socid', 'default_rib', 'frstrecur', '1000110000001', 'datec', 'datem', 'label', 'bank', 'bic', 'iban', 'id', 'rum'];

$returnAccounts = [];

Expand Down

0 comments on commit 61995a3

Please sign in to comment.