VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Quality & Testing VirtueMart 1.1.x => Virtuemart 1.1 Development (Archiv) => Q&T Resolved => Topic started by: doorknob on May 10, 2009, 20:18:01 PM

Title: [FIXED] Bug: ps_vendor
Post by: doorknob on May 10, 2009, 20:18:01 PM
The Vendor Category and Vendoer Image Path fields can't be updated after the vendor record has been created. ps_vendor needs the following inserted after line 270 (build 1760) of classes/ps_vendor
'vendor_category_id' => $d["vendor_category_id"],
'vendor_image_path' => $d["vendor_image_path"],


regards
Phil
Title: Re: Bug: ps_vendor
Post by: aravot on May 10, 2009, 22:41:51 PM
Fixed in 1.1.4