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:
168c0a5
)
Bugfix: Kreditorenbuchungen übernehmen jetzt bei Update auch die bemerkungen des...
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 22 Feb 2008 16:31:03 +0000
(16:31 +0000)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 22 Feb 2008 16:31:03 +0000
(16:31 +0000)
bin/mozilla/ap.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ap.pl
b/bin/mozilla/ap.pl
index
0c1239f
..
08c2ae2
100644
(file)
--- a/
bin/mozilla/ap.pl
+++ b/
bin/mozilla/ap.pl
@@
-908,7
+908,7
@@
sub update {
$form->{invdate} = $form->{transdate};
$save_AP = $form->{AP};
- &check_name(
vendor
);
+ &check_name(
"vendor"
);
$form->{AP} = $save_AP;
$form->{rowcount} = $count + 1;
@@
-941,6
+941,9
@@
sub update {
$form->{oldinvtotal} = $form->{invtotal};
$form->{oldtotalpaid} = $totalpaid;
+ # notes
+ $form->{notes} = $form->{intnotes};
+
&display_form;
$lxdebug->leave_sub();