fixes on mail templates, change order edit layout, add DeliveryTypes, DeliveryTypeCalculations & DeliveryPackages

This commit is contained in:
Ludovic CANDELLIER
2023-05-24 23:30:29 +02:00
parent c677dbd5fa
commit 9f9b7173d7
13 changed files with 220 additions and 43 deletions

View File

@@ -30,6 +30,5 @@ class Preparation extends TemplateMailable
$this->nom = $order->customer->last_name;
$this->societe = $order->customer->company;
$this->email = $order->customer->email;
$this->subject = $subject;
}
}