create also the pdf in admin folder

This commit is contained in:
Tiavina 2025-02-24 17:42:28 +03:00
parent 6b7a99879e
commit 8ac98de3ea

View File

@ -185,7 +185,7 @@ class GestionService {
$this->logger->debug(json_encode($order));
if($order != null){
$this->orderPdfService->generateOrderPdfByOrderId($order['id'],BddConstant::DEFAULT_ADMIN_APP_ID_NEXTCLOUD);
// $this->orderPdfService->generateOrderPdfByOrderId($order['id'],BddConstant::DEFAULT_ADMIN_ID_NEXTCLOUD);
$this->orderPdfService->generateOrderPdfByOrderId($order['id'],BddConstant::DEFAULT_ADMIN_ID_NEXTCLOUD);
}
}
}