Revision b0c83ce1
Von Stephan Köhler vor fast 19 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
360 | 360 |
|
361 | 361 |
$ref = $sth->fetchrow_hashref(NAME_lc); |
362 | 362 |
|
363 |
# remove id and taxincluded before copy back |
|
364 |
delete @$ref{qw(id taxincluded)}; |
|
363 |
# remove notes, id and taxincluded before copy back
|
|
364 |
delete @$ref{qw(id taxincluded notes)};
|
|
365 | 365 |
map { $form->{$_} = $ref->{$_} } keys %$ref; |
366 | 366 |
|
367 | 367 |
$sth->finish; |
Auch abrufbar als: Unified diff
Bugfix 334 - Interne Notizen wurden bei gesetzter Lieferanschrift als Notizen auf
den Angeboten, Auftraegen und Rechnungen dargestellt