Update reason benefit

This commit is contained in:
2023-06-06 09:28:22 +07:00
parent 4cc2ae24b8
commit 7a83409028
18 changed files with 608 additions and 186 deletions

View File

@@ -17,6 +17,7 @@ class Corporate extends Model
'parent_id',
'code',
'name',
'payor_id',
'reason',
'welcome_message',
'help_text',

View File

@@ -69,6 +69,7 @@ class CorporateBenefit extends Model
'show_benefit_item',
'show_benefit_value',
'active',
'reason'
];
public static $doc_headers_to_field_map = [