Skip to content

Commit

Permalink
Merge pull request #12 from openimis/feature/OPL-25
Browse files Browse the repository at this point in the history
OPL-25: added picker for Payer in thirdpaty bill pickers
  • Loading branch information
delcroip authored Mar 22, 2022
2 parents 285ee4a + 99f08c1 commit e3aec9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ export const THIRDPARTY_TYPE_OPTIONS_BILL = [
value: "insuree",
label: "Insuree",
},
{
value: "payer",
label: "Payer",
},
];

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

0 comments on commit e3aec9d

Please sign in to comment.