Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Dec 4, 2024
1 parent 24f3005 commit fbcd832
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions src/DataTransferObject/SalesOrder/OnHoldReason.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,7 @@

enum OnHoldReason: int
{
/**
WAITING_FOR_PAYMENT = 0
MANUAL = 1
INVALID_MATERIAL = 2
MISSING_NET_WEIGHT = 3
MISSING_ORIGIN = 4
MISSING_CUSTOMS_TARIFF = 5
MISSING_VAT_OR_CUSTOMS_NO = 6
NO_STOCK = 7
NO_STOCK_AVAILABLE_RESERVED_FOR_OTHER = 8
SET_BY_HOST_MAPPING = 9
COMMENT_ON_ORDER = 10
DUE_TO_COUNTRY = 11
MISSING_CUSTOMS_DESCRIPTION = 12
WAITING_FOR_REPLENISHMENT = 13
MISSING_FORWARDER_PRODUCT = 14
WAITING_FOR_RETURN = 15
ERROR_IN_RETURN = 16
PREORDER = 17
SET_BY_HOST = 18
INCORRECT_ADDRESS = 19
HIGH_RISK_OF_FRAUD = 20
NO_STOCK_AVAILABLE_IN_PICKING_WAREHOUSE = 21
MISSING_DELIVERY_DATE = 22
WAITING_FOR_PRODUCTION = 23
MISSING_LOT_NUMBER = 24
*/
case WaitingForPayment = 0;

case Manual = 1;
case InvalidMaterial = 2;
case MissingNetWeight = 3;
Expand Down

0 comments on commit fbcd832

Please sign in to comment.