Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7f820f8f

Von Udo Spallek vor fast 18 Jahren hinzugefügt

  • ID 7f820f8f8e6634a1a20325e21afd6971bfc85276
  • Vorgänger 031b7054
  • Nachfolger 6744758d

Repaired calculation display of formula in goods and services.
locale/de need to be fixed...

Unterschiede anzeigen:

bin/mozilla/io.pl
300 300
    $column_data{qty} =
301 301
        qq|<td align=right><input name="qty_$i" size=5 value=|
302 302
      . $form->format_amount(\%myconfig, $form->{"qty_$i"}, $qty_dec) .qq|>|;
303
    if ($form->{formel}) {
303
    if ($form->{"formel_$i"}) {
304 304
    $column_data{qty} .= qq|<button type="button" onclick="calculate_qty_selection_window('qty_$i','alu_$i', 'formel_$i', $i)">| . $locale->text('*/') . qq|</button>
305 305
          <input type=hidden name="formel_$i" value="$form->{"formel_$i"}"><input type=hidden name="alu_$i" value="$form->{"alu_$i"}"></td>|;
306 306
    }

Auch abrufbar als: Unified diff