VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: serapol on July 01, 2012, 00:25:04 AM

Title: BUG. Wrong invoice layout sent email to vendor (Virtuemart 2.0.8)
Post by: serapol on July 01, 2012, 00:25:04 AM
I found one serious bug in Virtuemart 2.0.8. It could not understand why the address of the seller comes to the same letter as the buyer. With some difficulty found a small typo that led to this.

Typo in the file /components/com_virtuemart/views/invoice/view.html.php on line 284 in function renderMailLayout
Error in name of the variable $this->doVendor

It was

$this->dovendor


must be

$this->doVendor


:)
Title: Re: BUG. Wrong invoice layout sent email to vendor (Virtuemart 2.0.8)
Post by: Milbo on July 01, 2012, 11:56:51 AM
Thx