summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
7a98647)
invnumber statt ordnumber
# saving the history
if(!exists $form->{addition} && $form->{id} ne "") {
# saving the history
if(!exists $form->{addition} && $form->{id} ne "") {
- $form->{snumbers} = "ordnumber_$form->{ordnumber}";
+ $form->{snumbers} = "invnumber_$form->{invnumber}";
$form->{addition} = "STORNO";
$form->save_history;
}
$form->{addition} = "STORNO";
$form->save_history;
}