Closed (fixed)
Project:
Ubercart EDI
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2010 at 23:34 UTC
Updated:
19 Nov 2010 at 19:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
jantoine commentedI am attaching a patch with the following changes:
- Updated the manual export submit function to only report a successful export if the file was successfully created, otherwise report an error informing the user that the file could not be created.
- Updated the create export function's main comment to correctly report the return value.
- Updated the create export function to suppress the php warning if the file could not be created.
- Updated the export order function's main comment to correctly report the return value.
- Updated the export order function to only update order statuses and send an email if the export was successful.
Cheers,
Antoine
Comment #2
jantoine commentedA lot of these changes were improved and committed in this issue: #949690: Integrate export functionality with Conditional Actions. The remaining changes can be found in the attached patch and have been committed to head.
Cheers,
Antoine