This commit is contained in:
Laurent Destailleur 2018-03-13 17:52:15 +01:00
parent 0a642a2656
commit 3f490906f9
2 changed files with 3 additions and 2 deletions

View File

@ -49,4 +49,5 @@ OAUTH_STRIPE_LIVE_ID=Stripe Connect Client ID (ca_...)
BankAccountForBankTransfer=Bank account for fund payouts
StripeAccount=Stripe account
StripeChargeList=List of Stripe charges
StripeCustomerId=Stripe customer id
StripeCustomerId=Stripe customer id
StripePaymentModes=Stripe payment modes

View File

@ -675,7 +675,7 @@ if ($socid && $action != 'edit' && $action != "create")
$morehtmlright='<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?socid='.$object->id.'&amp;action=create">'.$langs->trans("Add").'</a>';
print load_fiche_titre($langs->trans("AllRIB"), $morehtmlright, '');
print load_fiche_titre($langs->trans("BankAccounts"), $morehtmlright, '');
$rib_list = $object->get_all_rib();
$var = false;