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:
dd0e389
)
Wenn "keine" Zahlungskonditionen ausgewählt werden, dann auch nicht versuchen, sie...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 1 Feb 2007 08:38:31 +0000
(08:38 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 1 Feb 2007 08:38:31 +0000
(08:38 +0000)
bin/mozilla/is.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/is.pl
b/bin/mozilla/is.pl
index
89b375b
..
0334843
100644
(file)
--- a/
bin/mozilla/is.pl
+++ b/
bin/mozilla/is.pl
@@
-912,7
+912,7
@@
sub form_footer {
<tr valign=top>
<td>$notes</td>
<td>$intnotes</td>
- <td><select name=payment_id onChange="set_duedate(['payment_id__' + this.value],['duedate'])">$payment
+ <td><select name=payment_id onChange="
if (this.value)
set_duedate(['payment_id__' + this.value],['duedate'])">$payment
</select></td>
</tr>
</table>