[-] FO : #PSCFI-5322 - Order::hasBeenDelivered and Order::hasBeenPaid don't work for all order states
This commit is contained in:
@@ -94,6 +94,13 @@ class OrderStateCore extends ObjectModel
|
||||
'hidden' => array(),
|
||||
),
|
||||
);
|
||||
|
||||
const FLAG_NO_HIDDEN = 1; /* 00001 */
|
||||
const FLAG_LOGABLE = 2; /* 00010 */
|
||||
const FLAG_DELIVERY = 4; /* 00100 */
|
||||
const FLAG_SHIPPED = 8; /* 01000 */
|
||||
const FLAG_PAID = 16; /* 10000 */
|
||||
|
||||
|
||||
/**
|
||||
* Get all available order states
|
||||
|
||||
Reference in New Issue
Block a user