Skip to content

Commit

Permalink
Merge pull request #127 from openboxes/hotfix-0.7.3.1
Browse files Browse the repository at this point in the history
Added translations for new reason code fixed #123
  • Loading branch information
jmiranda committed Feb 26, 2016
2 parents 00a85df + 3c50119 commit 17a7ed5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

0 comments on commit 17a7ed5

Please sign in to comment.