Skip to content

Commit

Permalink
hothix: add to picker projection benefitPlan
Browse files Browse the repository at this point in the history
  • Loading branch information
sniedzielski committed Feb 12, 2024
1 parent 5188dd8 commit 163c77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const PAYMENTPLAN_FULL_PROJECTION = (modulesManager) => [
"isDeleted",
];

const PAYMENTPLAN_PICKER_PROJECTION = () => ["id", "code", "name"];
const PAYMENTPLAN_PICKER_PROJECTION = () => ["id", "code", "name", "benefitPlan"];

function dateTimeToDate(date) {
return date.split("T")[0];
Expand Down

0 comments on commit 163c77f

Please sign in to comment.