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

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