Skip to content
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

Added translations for new reason code fixed #123 #127

Merged
merged 1 commit into from
Feb 26, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added translations for new reason code fixed #123
  • Loading branch information
jmiranda committed Feb 26, 2016
commit 3c50119dcab5b88ee6f556df05f33c4d5d23917b
1 change: 1 addition & 0 deletions grails-app/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,7 @@ enum.ReasonCode.SUPPLY_MAX_QUANTITY = Supply maximum quantity on stock list [17]
enum.ReasonCode.NOT_ON_STOCK_LIST = Not an item on stock list [18]
enum.ReasonCode.INSUFFICIENT_QUANTITY_RECONDITIONED = Insufficient quantity packed down [19]
enum.ReasonCode.SUBSTITUTION_WITHIN_PRODUCT_GROUP = Substituted with product group item [20]
enum.ReasonCode.PROVIDED_BY_GOVERNMENT = Provided by government [21]
enum.ReasonCode.OTHER = Other

enum.RequisitionStatus.CREATED = Created
Expand Down
3 changes: 2 additions & 1 deletion grails-app/i18n/messages_fr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ enum.ReasonCode.CLINICAL_OVERRIDE = Clinical override [7]
enum.ReasonCode.INSUFFICIENT_CONSUMPTION = Quantité consommée insuffisante pour mériter réapprovisionnement [8]
enum.ReasonCode.REPLACED_BY_FORMULARY_ITEM = Remplacé par un produit du formulaire/produit stock HUM [9]
enum.ReasonCode.CANCELED_BY_REQUESTER = Annulé par la personne qui a fait la demande [10]
enum.ReasonCode.NON_FORMULARY_NO_SUBSTITUTION = 11] Produit hors-formulaire et aucune substitution possible [11]
enum.ReasonCode.NON_FORMULARY_NO_SUBSTITUTION = Produit hors-formulaire et aucune substitution possible [11]
enum.ReasonCode.NOT_STOCKED = Produit non-stocker au dépôt [12]
enum.ReasonCode.AVAILABLE_STOCK_RESERVED = Stock disponible réservé [13]
enum.ReasonCode.COULD_NOT_LOCATE = Could not locate [14]
Expand All @@ -414,6 +414,7 @@ enum.ReasonCode.SUPPLY_MAX_QUANTITY = Fournir quantité maximum sur liste de sto
enum.ReasonCode.NOT_ON_STOCK_LIST = Ce produit ne figure pas sur la liste de stock [18]
enum.ReasonCode.INSUFFICIENT_QUANTITY_RECONDITIONED = Insufficient quantity packed down [19]
enum.ReasonCode.SUBSTITUTION_WITHIN_PRODUCT_GROUP = Substitution parmis le group de produit [20]
enum.ReasonCode.PROVIDED_BY_GOVERNMENT = Fourni par le gouvernement [21]
enum.ReasonCode.OTHER = Autre

enum.RequisitionStatus.CANCELED = Annulée
Expand Down