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:
75cd107
)
Bei "Speicher und ..." wurde nicht ueberprueft, ob Vertreter gesetzt ist
author
Philip Reetz
<p.reetz@linet-services.de>
Wed, 20 Sep 2006 08:05:01 +0000
(08:05 +0000)
committer
Philip Reetz
<p.reetz@linet-services.de>
Wed, 20 Sep 2006 08:05:01 +0000
(08:05 +0000)
bin/mozilla/ct.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ct.pl
b/bin/mozilla/ct.pl
index
fc260c6
..
c9e9911
100644
(file)
--- a/
bin/mozilla/ct.pl
+++ b/
bin/mozilla/ct.pl
@@
-892,6
+892,9
@@
sub add_transaction {
$lxdebug->enter_sub();
$form->isblank("name", $locale->text("Name missing!"));
+ if ($vertreter && $form->{db} eq "customer") {
+ $form->isblank("salesman_id", $locale->text("Salesman missing!"));
+ }
&{"CT::save_$form->{db}"}("", \%myconfig, \%$form);
$form->{callback} = $form->escape($form->{callback}, 1);