Skip to content

Commit

Permalink
Merge pull request #13 from openimis/feature/OPL-24
Browse files Browse the repository at this point in the history
OPL-24: added 'policy' and 'user' pickers
  • Loading branch information
delcroip committed Mar 29, 2022
2 parents e3aec9d + 41d9641 commit aad2cb1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ export const SUBJECT_TYPE_OPTIONS_BILL = [
value: "batchrun",
label: "Batch Run",
},
{
value: "policy",
label: "Policy",
},
];

export const THIRDPARTY_TYPE_OPTIONS = [
Expand All @@ -75,7 +79,7 @@ export const THIRDPARTY_TYPE_OPTIONS = [
{
value: "policyholder",
label: "Policy Holder",
},
}
];

export const THIRDPARTY_TYPE_OPTIONS_BILL = [
Expand All @@ -91,6 +95,10 @@ export const THIRDPARTY_TYPE_OPTIONS_BILL = [
value: "payer",
label: "Payer",
},
{
value: "user",
label: "User",
}
];

export const INVOICE_SUBJECT_AND_THIRDPARTY_PICKER_CONTRIBUTION_KEY = "invoice.SubjectAndThirdpartyPicker";
Expand Down

0 comments on commit aad2cb1

Please sign in to comment.