You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

6 lines
406 B

* When a partially returned order is selected, every line is loaded to be
returned, even the fully returned ones (with 0 quantity). These lines should
be skipped, since this module will forbid any return quantity for them.
* When an order is fully returned, during the same session can be still
selected from order list within because of caching issues. Anyway, the order
cannot be returned again.