Add description fields to Customer and Contact

This commit is contained in:
2025-11-28 09:18:39 +01:00
parent a655930c61
commit 58b4ead671
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class Contact extends Model
'mobile_phone',
'avatar',
'online_accounts',
'notes',
'description',
];
public function customer()
+1
View File
@@ -27,6 +27,7 @@ class Customer extends Model
'billing_address',
'payment_terms_id',
'status',
'description',
'logo',
];