Aktionen
Fehler #567
offen" in Rechnungsnummber bei Einkaufsrechnung werden beim Buchen mit " resetzt
Aktionen
Von Tamino Steinert vor fast 2 Jahren hinzugefügt. Vor fast 2 Jahren aktualisiert.
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);