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:
a5c7671
)
Bug 479 solved, decimalplaces for BWA and Bilanz predefined to "2"
author
Udo Spallek
<info@wissensvermittlung.com>
Sun, 7 Jan 2007 15:50:59 +0000
(15:50 +0000)
committer
Udo Spallek
<info@wissensvermittlung.com>
Sun, 7 Jan 2007 15:50:59 +0000
(15:50 +0000)
bin/mozilla/rp.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/rp.pl
b/bin/mozilla/rp.pl
index
c2dcb28
..
034fa4f
100644
(file)
--- a/
bin/mozilla/rp.pl
+++ b/
bin/mozilla/rp.pl
@@
-495,7
+495,7
@@
$checked></td>
<th align=right colspan=4>|
. $locale->text('Decimalplaces')
. qq|</th>
- <td><input name=decimalplaces size=3></td>
+ <td><input name=decimalplaces size=3
value="2"
></td>
</tr>
$jsscript
@@
-620,7
+620,7
@@
$checked></td>
</tr>
<tr>
<th align=right>| . $locale->text('Decimalplaces') . qq|</th>
- <td><input name=decimalplaces size=3></td>
+ <td><input name=decimalplaces size=3
value="2"
></td>
</tr>
</table>
</td>