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
+19-16Lines changed: 19 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -4266,7 +4266,7 @@ public function sellyoursaasRemoteAction($remoteaction, $object, $appusername =
4266
4266
dol_syslog("List of lines contains an empty ContratLine, we discard this line.", LOG_WARNING);
4267
4267
continue;
4268
4268
}
4269
-
dol_syslog("** Process contract line id=".$tmpobject->id." to know which action to do");
4269
+
dol_syslog("** Process contract line id=".$tmpobject->id." to know which action to do and define remoteaction to 0, 1 (most action like deploy, deployoption, rename, ...) or 2 (refesh)");
@chmod($tmppackage->srccliafter, 0664); // so user/group has "rw" ('admin' can delete if owner/group is 'admin' or 'www-data', 'root' can also read using nfs)
4550
4555
} else {
4551
-
dol_syslog("No cli file to create or no content");
4556
+
dol_syslog("No cli adter file to create or no content");
@chmod($tmppackage->srccliafterpaid, 0664); // so user/group has "rw" ('admin' can delete if owner/group is 'admin' or 'www-data', 'root' can also read using nfs)
4559
4566
} else {
4560
-
dol_syslog("No cli after paid file to create or no content");
4567
+
dol_syslog("No cli afterpaid file to create or no content");
4561
4568
}
4562
4569
}
4563
4570
if (in_array($remoteaction, array("deploy", "deployall"))) {
@@ -4692,10 +4699,6 @@ public function sellyoursaasRemoteAction($remoteaction, $object, $appusername =
4692
4699
if (! empty($producttmp->array_options['options_resource_formula'])) {
0 commit comments