When user goes to address edit page blank inputs appears there.
Here is a patch for this issue.

CommentFileSizeAuthor
fix_for_edit_page.patch412 bytesgsemko

Comments

freixas’s picture

Status: Patch (to be ported) » Fixed

The patch changes if ($aid) to if (!is_null($aid)). The only significant difference between the two is that is that the former excludes $aid = 0 and the latter allows it.

I don't have enough information to reproduce the problem (and have not seen it), but I did add a special check for $aid === 0. The uc_addresses_db_get_address() function now returns immediately with FALSE in this case.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.