Adjustments not Imported Correctly

Project:Ubercart Contributions
Component:Code
Category:
Priority:normal
Assigned:Unassigned
Status:patch (needs review)
Description
Project: 
Ubercart

Using Beta4 and adjustments are not imported correctly. The adjustment is not associated with the correct option. See this forum post for a detailed explanation: http://www.ubercart.org/forum/support/2397/problem_using_uc_importer_imp...

Attached is the patch that solves the problem.

PreviewAttachmentSize
uc_importer.diff486 bytes
Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
OK. Looks good. I think the

OK. Looks good.

I think the problem might have come about from the pager used in the form. The importer deals with all of the adjustments at once, but drupal_execute() would only see 20 at a time.