Shipping note/rework

This commit is contained in:
Luca Haid
2025-03-20 12:14:34 +00:00
parent 96ed8caaeb
commit d6d84088fb
13 changed files with 764 additions and 1020 deletions

View File

@@ -2,7 +2,7 @@
class WarehouseShippingNoteModel extends TTCrudBaseModel {
public int $id;
public int $billingAddressId;
public ?int $billingAddressId;
public string $deliveryAddressName;
public string $deliveryAddressLine;
public string $deliveryAddressPLZ;