Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into membership-rework

This commit is contained in:
Yoan Mollard
2022-06-29 16:12:05 +02:00
129 changed files with 1922 additions and 3603 deletions

View File

@@ -182,7 +182,7 @@ function showOnlinePaymentUrl($type, $ref)
// Load translation files required by the page
$langs->loadLangs(array('payment', 'stripe'));
$servicename = $langs->transnoentitiesnoconv('Online');
$servicename = ''; // Link is a generic link for all payments services (paypal, stripe, ...)
$out = img_picto('', 'globe').' <span class="opacitymedium">'.$langs->trans("ToOfferALinkForOnlinePayment", $servicename).'</span><br>';
$url = getOnlinePaymentUrl(0, $type, $ref);