fix pre-commit

This commit is contained in:
Frédéric FRANCE 2025-01-23 09:34:32 +01:00 committed by GitHub
parent 2da37fffc4
commit d42f958398
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -386,7 +386,7 @@ $form->select_comptes(getDolGlobalString('STRIPE_BANK_ACCOUNT_FOR_PAYMENTS'), 'S
print '</td></tr>';
// Param to record automatically payouts (received from IPN payout.payed and payout.created)
// Param to record automatically payouts (received from IPN payout.paid and payout.created)
print '<tr class="oddeven"><td>';
print $langs->trans("StripeAutoRecordPayout").'</td><td>';
if ($conf->use_javascript_ajax) {