Merge branch 'dev' of bitbucket.org:jubilian/nhance into dev
This commit is contained in:
commit
a6d443af38
@ -990,11 +990,11 @@
|
||||
$data['co_share'] = 1;
|
||||
}
|
||||
|
||||
if (!isset($data['bro_payable_by'])) {
|
||||
$data['bro_payable_by'] = 0;
|
||||
} elseif ($data['bro_payable_by']) {
|
||||
$data['bro_payable_by'] = 1;
|
||||
}
|
||||
// if (!isset($data['bro_payable_by'])) {
|
||||
// $data['bro_payable_by'] = 0;
|
||||
// } elseif ($data['bro_payable_by']) {
|
||||
// $data['bro_payable_by'] = 1;
|
||||
// }
|
||||
|
||||
if (!isset($data['same_as_proposer'])) {
|
||||
$data['same_as_proposer'] = 0;
|
||||
|
||||
@ -88,6 +88,7 @@
|
||||
'salse_person_manager_id',
|
||||
'service_person_manager_id',
|
||||
'service_person_branch_id',
|
||||
'pos_id',
|
||||
];
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user