﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
26	Probleme bei der Übergabe von Rabatten an PayPal und andere externe Dienste aufgrund Vorzeichenwechsels	Torsten Riemer	somebody	"Siehe dazu: http://www.modified-shop.org/forum/index.php?topic=26332.0

Problemstellen:

ot_gv.php

{{{
        $this->output[] = array ('title' => $this->title.':', 
                                 'text' => '<strong><font color=""#ff0000"">'.$xtPrice->xtcFormat($od_amount *(-1), true).'</font></strong>', //2011-08-25 - web28 - fix negativ sign
                                 'value' => $xtPrice->xtcFormat($od_amount *(-1), false)); //2011-08-25 - web28 - fix negativ sign
}}}

ot_coupon.php

{{{
      $this->output[] = array ('title' => $this->title.' '.$this->coupon_code.$this->tax_info.':',
                               'text' => '<strong><font color=""#ff0000"">'.$xtPrice->xtcFormat($od_amount*(-1), true).'</font></strong>',
                               'value' => $od_amount *(-1)); //2011-08-25 - web28 - fix negativ sign
}}}

Wir müssen uns hier eine Lösung überlegen. Im Zweifel die Fremdmodule, die bisher eingebaut sind entsprechend anpassen."	Bug/Fehler	closed	normal	modified-shop-2.0.0.0	Shop	1.06	closed				
