You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: class/sellyoursaasutils.class.php
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1273,7 +1273,6 @@ public function doTakePaymentStripe($maxnbofinvoicetotry = 0, $noemailtocustomer
1273
1273
$sql .= " AND sr.ext_payment_site = '".$this->db->escape($service)."'"; // Only Stripe Live or Test
1274
1274
// We must add a sort on sr.default_rib to get the default first, and then the last recent if no default found.
1275
1275
$sql .= " ORDER BY f.datef ASC, f.rowid ASC, sr.default_rib DESC, sr.tms DESC"; // Lines may be duplicated if there is several payment mode. Never mind, we will exclude duplicated invoice later.
Copy file name to clipboardExpand all lines: langs/en_US/sellyoursaas.lang
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -945,8 +945,9 @@ HelpOnOnlyThoseServers=Keep empty to allow deployment on any qualified server. E
945
945
DolibarrDeployment=Dolibarr specific
946
946
OnlyForCountry=Only for Country
947
947
OnlyForCountryHelp=Country code list allowing installation of the product or service.To have several countries, add a comma between the country codes.<br>Exemple : fr,us,es
948
+
HowDidYouHearAboutUs = How did you hear about us?
948
949
MyModuleCustomersInstances=Instances of customers of my modules
Copy file name to clipboardExpand all lines: langs/fr_FR/sellyoursaas.lang
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -939,3 +939,5 @@ HelpOnAvailableForSale=Si le service est de type « Application », cochez cet
939
939
HelpOnDaysForFreePeriod=Lorsque le service est de type « Application », saisissez le nombre de jours pendant lesquels vous souhaitez avoir le service gratuit avant de demander un paiement ou une validation pour conserver l'instance
940
940
OnlyThoseServers=Only on those servers
941
941
HelpOnOnlyThoseServers=Laissez ce champ vide pour autoriser le déploiement sur n'importe quel serveur qualifié. Saisissez le nom d'un ou plusieurs serveurs si vous souhaitez forcer le déploiement de ce service sur un serveur donné.
942
+
SourceChoiceDictionary = Sources du client sur la page d'inscription
943
+
HowDidYouHearAboutUs = Comment nous avez-vous connu ?
0 commit comments