mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-12 06:48:41 +00:00
add client bill email attribute
This commit is contained in:
parent
8d312dbf72
commit
b1aed5cbda
|
|
@ -55,6 +55,39 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "bill_emails",
|
||||||
|
"l11n": {
|
||||||
|
"en": "Send bills as emails",
|
||||||
|
"de": "Sende Rechnungen als Email"
|
||||||
|
},
|
||||||
|
"value_type": 1,
|
||||||
|
"is_custom_allowed": false,
|
||||||
|
"validation_pattern": "",
|
||||||
|
"is_required": false,
|
||||||
|
"default_value": 1,
|
||||||
|
"values": [
|
||||||
|
{
|
||||||
|
"value": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "bill_email_address",
|
||||||
|
"l11n": {
|
||||||
|
"en": "Email address for billing",
|
||||||
|
"de": "Emailadresse für Rechnungen"
|
||||||
|
},
|
||||||
|
"value_type": 2,
|
||||||
|
"is_custom_allowed": true,
|
||||||
|
"validation_pattern": "",
|
||||||
|
"is_required": false,
|
||||||
|
"default_value": "",
|
||||||
|
"values": []
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "group",
|
"name": "group",
|
||||||
"l11n": {
|
"l11n": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user