Fehler #567
" in Rechnungsnummber bei Einkaufsrechnung werden beim Buchen mit " resetzt
History
Updated by Tamino Steinert over 1 year ago
- Status changed from Neu to In Bearbeitung
- Assignee set to Tamino Steinert
Updated by Tamino Steinert over 1 year ago
- Status changed from In Bearbeitung to Feedback
- % Done changed from 0 to 20
Dies wird absichtlich gesetzt, es gibt aber keine Giteinträge dafür. Der Code ist älter als 2005. Was ist das gewünschte Verhalten?
Es geschieht auch für andere Felder. Bis jetzt gefunden:
bin/mozilla/gl.pl|1163 col 26| map { $::form->{$_} =~ s/\"/"/g }
bin/mozilla/is.pl|934 col 45| map { $form->{item_list}[$i]{$_} =~ s/\"/"/g } qw(partnumber description unit);
bin/mozilla/ir.pl|228 col 26| map { $form->{$_} =~ s/\"/"/g } qw(invnumber ordnumber quonumber);
bin/mozilla/ir.pl|739 col 45| map { $form->{item_list}[$i]{$_} =~ s/\"/"/g } qw(partnumber description unit);
bin/mozilla/ir.pl|1072 col 22| $form->{$key} =~ s/\"/"/g;
bin/mozilla/oe.pl|862 col 45| map { $form->{item_list}[$i]{$_} =~ s/\"/"/g } qw(partnumber description unit);