Adjustments not Imported Correctly

Project: 
Ubercart
Category: 
bug report
Priority: 
normal
Status: 
fixed

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.

AttachmentSize
uc_importer.diff486 bytes

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.