Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1565e04f

Von Moritz Bunkus vor fast 18 Jahren hinzugefügt

  • ID 1565e04fdb85bfd5f47adc09ce89bd4bcb230464
  • Vorgänger b14e1fdd
  • Nachfolger b39c8ce9

Recommit von r979 von skoehler: Bugfix 319 Kreditorenbuchung Korrekturhaken wurde nicht gespeichert - Patch von Udo

Unterschiede anzeigen:

bin/mozilla/ap.pl
547 547
    $tax =
548 548
      qq|<td><select id="taxchart_$i" name="taxchart_$i" style="width:200px">$tax</select></td>|;
549 549

  
550
    my $korrektur = $form->{"korrektur_$i"} ? 'checked' : '';
551

  
550 552
    print qq|
551 553
	<tr>
552 554
          <td width=50%><select name="AP_amount_$i" onChange="setTaxkey(this, $i)" style="width:100%">$selectAP_amount</select></td>
553 555
          <td><input name="amount_$i" size=10 value=$form->{"amount_$i"}></td>
554 556
          <td><input name="tax_$i" size=10 value=$form->{"tax_$i"}></td>
555
          <td><input type="checkbox" name="korrektur_$i" value="1"></td>
557
          <td><input type="checkbox" name="korrektur_$i" value="1" "$korrektur"></td>
556 558
          $tax
557 559
	  <td><input name="projectnumber_$i" size=20 value="$form->{"projectnumber_$i"}">
558 560
	      <input type=hidden name="project_id_$i" value=$form->{"project_id_$i"}>

Auch abrufbar als: Unified diff