sukhvir007 / tracmor

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

Editing FedEx Shipment #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create shipment, filling in all required fields and user receives a
tracmor/fedex error Example: Invalid packing/service combination
2. Edit the shipment to make needed changes
3. Save/Complete shipment and user will receive AJAX error

What is the expected output? What do you see instead?
(see attached screenshots)

Please use labels and text to provide additional information.

Original issue reported on code.google.com by lyndi...@gmail.com on 26 Apr 2007 at 10:28

Attachments:

GoogleCodeExporter commented 8 years ago
This has been fixed. It was a really tricky error caused by the use of MySQL
transactions. Qcodo was trying to update a record that didn't exist due to a
TransactionRollBack.

Original comment by hunterje...@gmail.com on 29 Apr 2007 at 9:32