We just found a minor bug in uc_multiprice_nodeapi function update part. It cause user cannot delete the country after added.

after changed $country->delete to $country['delete'] in line 340, it fixed.

CommentFileSizeAuthor
#3 delete-prices.patch1.34 KBbartezz

Comments

Docc’s picture

Status: Active » Closed (won't fix)

1.x is not supported anymore.

bartezz’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev
Assigned: Unassigned » bartezz
Status: Closed (won't fix) » Active

Actually this is also the case in latest .dev

line #347
if (empty($country->delete)) {

line #352
if (empty($role->delete)) {

Am working hard to make the deadline on my current project. Will look into this ASAP!

Cheers

bartezz’s picture

StatusFileSize
new1.34 KB

Quick patch for now...