Added birthday to Address

This commit is contained in:
Frank Schubert
2024-07-18 15:05:24 +02:00
parent d54673289f
commit 724e2eccee
6 changed files with 61 additions and 4 deletions

View File

@@ -22,6 +22,7 @@ class AddressModel {
public $fax;
public $mobile;
public $email;
public $birthday;
public $uid;
public $billing_type;
public $billing_delivery;