]> _ Git - psq.git/commitdiff
minor
authorLouis Jeckel <louis.jeckel@outlook.com>
Wed, 13 Jan 2021 22:05:46 +0000 (23:05 +0100)
committerLouis Jeckel <louis.jeckel@outlook.com>
Wed, 13 Jan 2021 22:05:46 +0000 (23:05 +0100)
app/EmailBatch.php
app/Http/Controllers/Admin/PdfFileController.php

index d8379ec1dea2c7e57a9f53815f6e9b0102f5cea1..ad5fe309dc104d468ef69ab80bdcb45c660119a2 100644 (file)
@@ -93,7 +93,7 @@ class EmailBatch extends TwillModel
             '** TEST ** ' :
             ' ';
 
-        $batch->subject = $prefix . "Prescription Santé, edition du jour en PDF";
+        $batch->subject = $prefix . "Prescription Santé - Edition du jour en PDF";
         $batch->file_id = $fileId;
 
         $batch->content = [
index a7b4e798d5545a1602bf661edcb119243374a57a..94948c9e2f49915790e4713c5ed49d1a086c09f2 100644 (file)
@@ -12,9 +12,10 @@ class PdfFileController extends ModuleController
 
     protected $indexOptions = [
         'create' => false,
-        'publish' => false,
+//        'publish' => false,
         'delete' => false,
         'restore' => false,
+
     ];
 
     protected $indexColumns = [