﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
960	Unnötige Warning in Easybill Modul	Torsten Riemer	Gerhard Waldemair	"Trägt man im EasyBill Systemmodul bei den Zahlungsarten keinen Anzeigetext ein, dann erhält man Warnungen wie beispielsweise:

{{{
Warning: constant() [function.constant]: Couldn't find constant MODULE_EASYBILL_PAYMENT_TEXT_PAYPALPLUS in /usr/www/xxxxxx/xxxxxx/includes/classes/class.easybill.php on line 371

Warning: Cannot modify header information - headers already sent by (output started at /usr/www/xxxxxx/xxxxxx/includes/classes/class.easybill.php:371) in/usr/www/users/bebetc/admin/includes/functions/general.php on line 198
}}}

Das kommt wohl daher, dass in Datei ""/includes/external/easybill/classes/class.easybill.php"" in Zeile 398 nicht abgefragt wird, ob das Feld nicht ggf. leer ist:

{{{
      // Text after Positions
      $document->text = utf8_encode(constant(strtoupper('MODULE_EASYBILL_PAYMENT_TEXT_'.$this->info['payment_method'])));
}}}"	Bug/Fehler	closed	normal	modified-shop-2.0.1.0	Admin	2.0.0.0	fixed				
