Active
Project:
UC Multiprice
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Nov 2010 at 08:17 UTC
Updated:
3 Feb 2011 at 10:56 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | delete-prices.patch | 1.34 KB | bartezz |
Comments
Comment #1
Docc commented1.x is not supported anymore.
Comment #2
bartezz commentedActually 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
Comment #3
bartezz commentedQuick patch for now...