armandomusto / Logistics

Logistic application
0 stars 0 forks source link

need to be able to delete a line in order form if input incorrect #6

Closed craigcanavan closed 8 years ago

craigcanavan commented 8 years ago

We need to be able to delete a line of an order in the order form if we input it by mistake

delete line of order
armandomusto commented 8 years ago

Fixed. You can test it.

craigcanavan commented 8 years ago

tested and fine closed issue

craigcanavan commented 8 years ago

After more testing this is found not to work, if we use the red cross to delete a line of an order, it will delete but then if you try and add the same product it will just add it again, i did it 4 times and I had 4 rows of the same order.

armandomusto commented 8 years ago

When you delete a row you need to save the order if you want really delete that row. I cannot delete the row from database right after you removed it from the grid. The issue with the order is that when you modify it and then close without saving a warning should be issued.