Revision e056a419
Von Holger Lindemann vor mehr als 15 Jahren hinzugefügt
bin/mozilla/invoice_io.pl | ||
---|---|---|
323 | 323 |
# $qty_dec = length $qty_dec; |
324 | 324 |
# |
325 | 325 |
# $column_data{qty} = |
326 |
# qq|<td align="right"><input name="qty_$i" size="5" value="| |
|
326 |
# qq|<td align="right" nowrap><input name="qty_$i" size="5" value="|
|
|
327 | 327 |
# . $form->format_amount(\%myconfig, $form->{"qty_$i"}, $qty_dec) .qq|">|; |
328 | 328 |
# if ($form->{"formel_$i"}) { |
329 | 329 |
# $column_data{qty} .= qq|<button type="button" onclick="calculate_qty_selection_window('qty_$i','alu_$i', 'formel_$i', $i)">| . $locale->text('*/') . qq|</button>| |
Auch abrufbar als: Unified diff
Kein Umbruch wg. Knopf in der Tabellenzelle