raouf505 / fairpos

Automatically exported from code.google.com/p/fairpos
0 stars 0 forks source link

hamper scrambled #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Small problem with the hamper: it get mixed up sometimes.
After some tries I found out the conditions:
* a customer must be selected _before_ adding the hamper
* an article must be added before the hamper
Then it looks like in attached screemshot. Sub-articles are one before and one 
after hamper itself.

Original issue reported on code.google.com by harald.g...@gmail.com on 12 Jul 2012 at 5:29

Attachments:

GoogleCodeExporter commented 8 years ago
fixed (r102): misplaced hamper line
not fully understood, what was observed: 
 1. there was discount line (with index 1, just after the first item)
 2. when the hamper was added, that discount line was still in front of it in the list
 3. during discount update it got mixed (discount update deletes & readds lines)
...should be fixed now by removing discount lines before adding line to ticket

@Harald: pls test

Original comment by benes.vi...@gmail.com on 13 Jul 2012 at 12:09

GoogleCodeExporter commented 8 years ago
Verified, seems fixed.

Original comment by harald.g...@gmail.com on 13 Jul 2012 at 7:51