mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Debug v19
This commit is contained in:
parent
e9205dcdb1
commit
f2669da370
|
|
@ -75,5 +75,6 @@ CreationOfPaymentModeMustBeDoneFromStripeInterface=Due to Strong Customer Authen
|
|||
STRIPE_CARD_PRESENT=Card Present for Stripe Terminals
|
||||
TERMINAL_LOCATION=Location (address) for Stripe Terminals
|
||||
RequestDirectDebitWithStripe=Request Direct Debit with Stripe
|
||||
RequesCreditTransferWithStripe=Request Credit Transfer with Stripe
|
||||
STRIPE_SEPA_DIRECT_DEBIT=Enable the Direct Debit payments through Stripe
|
||||
StripeConnect_Mode=Stripe Connect mode
|
||||
|
|
@ -613,7 +613,7 @@ if ($resql) {
|
|||
print $withdrawreceipt->getNomUrl(1);
|
||||
}
|
||||
|
||||
if ($type != 'bank-transfer') {
|
||||
if (!in_array($type, array('bank-transfer', 'salaire', 'salary'))) {
|
||||
if (getDolGlobalString('STRIPE_SEPA_DIRECT_DEBIT')) {
|
||||
$langs->load("stripe");
|
||||
if ($obj->fk_prelevement_bons > 0) {
|
||||
|
|
@ -627,7 +627,7 @@ if ($resql) {
|
|||
if ($obj->fk_prelevement_bons > 0) {
|
||||
print ' ';
|
||||
}
|
||||
print '<a href="'.$_SERVER["PHP_SELF"].'?action=sepastripecredittransfer&paymentservice=stripesepa&token='.newToken().'&did='.$obj->rowid.'&id='.$object->id.'&type='.urlencode($type).'">'.img_picto('', 'stripe', 'class="pictofixedwidth"').$langs->trans("RequestDirectDebitWithStripe").'</a>';
|
||||
print '<a href="'.$_SERVER["PHP_SELF"].'?action=sepastripecredittransfer&paymentservice=stripesepa&token='.newToken().'&did='.$obj->rowid.'&id='.$object->id.'&type='.urlencode($type).'">'.img_picto('', 'stripe', 'class="pictofixedwidth"').$langs->trans("RequesCreditTransferWithStripe").'</a>';
|
||||
}
|
||||
}
|
||||
print '</td>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user