mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 798998 - Job Report Not Working
GncOptions add support fo GncOptionUIType::JOB
This commit is contained in:
@@ -46,6 +46,8 @@ ui_type_to_owner_type(GncOptionUIType ui_type)
|
||||
return GNC_OWNER_VENDOR;
|
||||
if (ui_type == GncOptionUIType::EMPLOYEE)
|
||||
return GNC_OWNER_EMPLOYEE;
|
||||
if (ui_type == GncOptionUIType::JOB)
|
||||
return GNC_OWNER_JOB;
|
||||
return GNC_OWNER_NONE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user