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
Support from Acquia helps fund testing for Drupal Acquia logo

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

FileSize
1.34 KB

Quick patch for now...