ItEr46S22CUPasarPedidosAHistorico: Created the new status 'stored' for orders.
This commit is contained in:
parent
9a6c0726a7
commit
5760b9509d
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ public enum OrderStatusEnum {
|
|||
|
||||
OFFERED(_("OFFERED")), ACCEPTED(_("ACCEPTED")), STARTED(_("STARTED")), FINISHED(
|
||||
_("FINISHED")), CANCELLED(_("CANCELLED")), SUBCONTRACTED_PENDING_ORDER(
|
||||
_("SUBCONTRACTED PENDING ORDER"));
|
||||
_("SUBCONTRACTED PENDING ORDER")), STORED(_("STORED"));
|
||||
|
||||
private String description;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue