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:
2930652
)
Anzeigen der Lieferungen, auch wenn keine abweichende Lieferanschrift eingegeben...
author
Holger Lindemann
<hli@lx-system.de>
Mon, 15 Jan 2007 10:22:12 +0000
(10:22 +0000)
committer
Holger Lindemann
<hli@lx-system.de>
Mon, 15 Jan 2007 10:22:12 +0000
(10:22 +0000)
bzw. anzeigen der Lieferungen unabhängig von der Lieferadresse
bin/mozilla/ct.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ct.pl
b/bin/mozilla/ct.pl
index
479f63d
..
d94b9b1
100644
(file)
--- a/
bin/mozilla/ct.pl
+++ b/
bin/mozilla/ct.pl
@@
-675,6
+675,7
@@
sub form_header {
my $pjy = new CGI::Ajax( 'get_shipto' => $get_shipto_url );
$form->{selectshipto} = "<option value=0></option>";
+ $form->{selectshipto} .= "<option value=0>Alle</option>";
if (@{ $form->{SHIPTO} }) {
foreach $item (@{ $form->{SHIPTO} }) {
if ($item->{shipto_id} == $form->{shipto_id}) {