Trans
This commit is contained in:
parent
0a642a2656
commit
3f490906f9
@ -49,4 +49,5 @@ OAUTH_STRIPE_LIVE_ID=Stripe Connect Client ID (ca_...)
|
|||||||
BankAccountForBankTransfer=Bank account for fund payouts
|
BankAccountForBankTransfer=Bank account for fund payouts
|
||||||
StripeAccount=Stripe account
|
StripeAccount=Stripe account
|
||||||
StripeChargeList=List of Stripe charges
|
StripeChargeList=List of Stripe charges
|
||||||
StripeCustomerId=Stripe customer id
|
StripeCustomerId=Stripe customer id
|
||||||
|
StripePaymentModes=Stripe payment modes
|
||||||
@ -675,7 +675,7 @@ if ($socid && $action != 'edit' && $action != "create")
|
|||||||
|
|
||||||
$morehtmlright='<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?socid='.$object->id.'&action=create">'.$langs->trans("Add").'</a>';
|
$morehtmlright='<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?socid='.$object->id.'&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();
|
$rib_list = $object->get_all_rib();
|
||||||
$var = false;
|
$var = false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user