Merge branch 'fixes/fix-generate-order-pdf-when-creating-devis-from-agenda' into releases/release-h2f

This commit is contained in:
Tiavina 2025-02-24 21:05:41 +03:00
commit f114aa2313
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
//declare(strict_types=1);
namespace OCA\Gestion\AppInfo;
require_once '/var/www/html/custom_apps/gestion/vendor/autoload.php';
use OCA\DAV\Events\CalendarObjectCreatedEvent;
use OCA\DAV\Events\CalendarObjectMovedToTrashEvent;

View File

@ -25,7 +25,7 @@ declare(strict_types=1);
*/
namespace OCA\Gestion\Service\Order;
require_once __DIR__ . '/../../../vendor/autoload.php';
// require_once __DIR__ . '/../../../vendor/autoload.php';
use DateTime;
use OCA\Gestion\Constants\BddConstant;