summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
d1c335e)
den Angeboten, Auftraegen und Rechnungen dargestellt
$ref = $sth->fetchrow_hashref(NAME_lc);
$ref = $sth->fetchrow_hashref(NAME_lc);
- # remove id and taxincluded before copy back
- delete @$ref{qw(id taxincluded)};
+ # remove notes, id and taxincluded before copy back
+ delete @$ref{qw(id taxincluded notes)};
map { $form->{$_} = $ref->{$_} } keys %$ref;
$sth->finish;
map { $form->{$_} = $ref->{$_} } keys %$ref;
$sth->finish;