projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a98647
)
Kreditorenbuchung: Stornos korrekt in history speichern
author
G. Richardson
<information@kivitendo-premium.de>
Mon, 29 Jun 2015 07:54:00 +0000
(09:54 +0200)
committer
G. Richardson
<information@kivitendo-premium.de>
Mon, 29 Jun 2015 08:00:59 +0000
(10:00 +0200)
invnumber statt ordnumber
bin/mozilla/ap.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ap.pl
b/bin/mozilla/ap.pl
index
84a2cbd
..
44ad4b3
100644
(file)
--- a/
bin/mozilla/ap.pl
+++ b/
bin/mozilla/ap.pl
@@
-1028,7
+1028,7
@@
sub storno {
# saving the history
if(!exists $form->{addition} && $form->{id} ne "") {
- $form->{snumbers} = "
ordnumber_$form->{ord
number}";
+ $form->{snumbers} = "
invnumber_$form->{inv
number}";
$form->{addition} = "STORNO";
$form->save_history;
}