﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
2318	Division by zero in File: /includes/classes/xtcPrice.php on Line: 759	web-looks.de	somebody	"Wenn ein Artikel 0€ kostet und Kundengruppenrabatt aktiviert ist.

Vorschlag zur Korrektur:

'''/includes/classes/xtcPrice.php'''

Suchen nach:

{{{
if ($discount = $this->xtcCheckDiscount($pID)) {
}}}

Ersetzen mit:

{{{
if ($pPrice > 0 && $discount = $this->xtcCheckDiscount($pID)) {
}}}"	Bug/Fehler	closed	normal	modified-shop-2.0.8.0	Shop	2.0.7.2	fixed				
