Skip to content

Commit

Permalink
Fix - Ajout du conditioning Piece
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmugnier committed Nov 10, 2020
1 parent 6026fcc commit 03986e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Sheaft.Web.Manage/Views/Products/Add.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
new SelectListItem("Boite", ConditioningKind.Box.ToString("G")),
new SelectListItem("Poids", ConditioningKind.Bulk.ToString("G")),
new SelectListItem("Botte", ConditioningKind.Bunch.ToString("G")),
new SelectListItem("Pièce", ConditioningKind.Piece.ToString("G")),
new SelectListItem("Inconnu", ConditioningKind.Not_Specified.ToString("G")),
};

Expand Down
1 change: 1 addition & 0 deletions Sheaft.Web.Manage/Views/Products/Edit.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
new SelectListItem("Boite", ConditioningKind.Box.ToString("G")),
new SelectListItem("Poids", ConditioningKind.Bulk.ToString("G")),
new SelectListItem("Botte", ConditioningKind.Bunch.ToString("G")),
new SelectListItem("Pièce", ConditioningKind.Piece.ToString("G")),
new SelectListItem("Inconnu", ConditioningKind.Not_Specified.ToString("G")),
};

Expand Down

0 comments on commit 03986e8

Please sign in to comment.