-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#OICI-3#OICI-11: implementations comores features #90
base: implementation/COM/develop
Are you sure you want to change the base?
#OICI-3#OICI-11: implementations comores features #90
Conversation
Fix enquiry dialog
Release/2022 04
MERGING RELEASE branches
MERGING RELEASE branches
MERGING RELEASE branches
MERGING RELEASE branches
MERGING develop into release/23.10
MERGING develop into release/23.10
MERGING release/23.10 into main
Feature 28084
Feature 28084
fix: print AMG card front
Feature 28880
@@ -118,6 +133,18 @@ export function serviceEligibilityClear() { | |||
dispatch({ type: `POLICY_INSUREE_SERVICE_ELIGIBILITY_CLEAR` }); | |||
}; | |||
} | |||
export function print(id) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rename this function to printCard because it can be mistaken to the print in built function.
@@ -0,0 +1,3 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be managed by a language pack. Keep only EN.
fix(policy): ajout de la constante P et correction dans le code
|
No description provided.