projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
5769da0
4b759fe
)
Merge branch 'master' of ssh://git-jbueren@lx-office.linet-services.de/~/lx-office-erp
author
Jan Büren
<jan@lx-office-hosting.de>
Tue, 12 Oct 2010 10:23:45 +0000
(12:23 +0200)
committer
Jan Büren
<jan@lx-office-hosting.de>
Tue, 12 Oct 2010 10:23:45 +0000
(12:23 +0200)
Conflicts:
bin/mozilla/cp.pl
1
2
bin/mozilla/cp.pl
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
bin/mozilla/cp.pl
index
d454faf
,
2df7812
..
df454c4
---
1
/
bin/mozilla/cp.pl
---
2
/
bin/mozilla/cp.pl
+++ b/
bin/mozilla/cp.pl
@@@
-638,8
-657,8
+638,9
@@@
sub post
$form->error($locale->text('Exchangerate missing!'))
unless $form->{exchangerate};
}
- $form->{callback} = "cp.pl?action=payment&vc=$form->{vc}&muh=kuh&account=$form->{account}";
+
+ # Beim Aktualisieren wird das Konto übernommen
+ $form->{callback} = "cp.pl?action=payment&vc=$form->{vc}&type=$form->{type}&account=$form->{account}";
my $msg1 = "$form->{origtitle} posted!";
my $msg2 = "Cannot post $form->{origtitle}!";