Index: branches/5.1.x/units/orders/orders_tag_processor.php =================================================================== diff -u -N -r13578 -r13745 --- branches/5.1.x/units/orders/orders_tag_processor.php (.../orders_tag_processor.php) (revision 13578) +++ branches/5.1.x/units/orders/orders_tag_processor.php (.../orders_tag_processor.php) (revision 13745) @@ -1,6 +1,6 @@ getObject($params); - if ($object->GetDBField('Status') != ORDER_STATUS_INCOMPLETE) { + if ($object->GetDBField('Status') != ORDER_STATUS_INCOMPLETE || $object->GetID() == FAKE_ORDER_ID) { return 0; } @@ -183,7 +183,7 @@ { $object =& $this->getObject($params); - if ($object->GetDBField('Status') != ORDER_STATUS_INCOMPLETE) { + if ($object->GetDBField('Status') != ORDER_STATUS_INCOMPLETE || $object->GetID() == FAKE_ORDER_ID) { return 0; }