enhance invoice display

This commit is contained in:
ludo
2023-12-03 02:20:41 +01:00
parent ec509df665
commit b5da5fc881
12 changed files with 152 additions and 150 deletions

View File

@@ -25,7 +25,7 @@ class Order extends Model
public function delivery_address()
{
return $this->belongsTo(CustomerAddress::class, 'customer_delivery_id');
return $this->belongsTo(CustomerAddress::class, 'delivery_address_id');
}
public function delivery()