sukhvir007 / tracmor

Automatically exported from code.google.com/p/tracmor
GNU General Public License v2.0
0 stars 0 forks source link

Scheduling an exchange #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. (see below, Hamish reported this bug on 5/7)
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.
1.     pick asset to ship using asset code search functionality

2.     ship asset from asset (asset module)

3.     select “exchange” from advanced column in assets to ship

4.     shipping courier “other”

5.     notes added

6.     save shipment

7.     go to shipping module and select “complete shipment”

8.     ajax errors appear (see attachment)  shipment “hangs”

Original issue reported on code.google.com by lyndi...@gmail.com on 8 May 2007 at 5:32

Attachments:

GoogleCodeExporter commented 8 years ago
This was an issue where a new asset was being created on Save, and then again on
clicking Complete Shipment. It now checks to be sure the exchanged asset hasn't
already been created before creating a new one in btnCompleteShipment_Click() in
shipment_edit.php.

Original comment by hunterje...@gmail.com on 8 May 2007 at 7:17