Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 07516234

Von Jan Büren vor etwa 1 Jahr hinzugefügt

  • ID 07516234258e86a7be200772fe92d945d00e65c5
  • Vorgänger 68d15545
  • Nachfolger b5742d3c

Nur gültige Konten in Kreditorenbuchung

Unterschiede anzeigen:

templates/webpages/ap/form_header.html
218 218
          <tr>
219 219
            <td>
220 220
              [% SET selected_chart_id = "AP_amount_chart_id_"_ i %]
221
              [% P.chart.picker("AP_amount_chart_id_" _ i, $selected_chart_id, style="width: 400px", type="AP_amount", class=(initial_focus == 'row_' _ i ? "initial_focus" : "")) %]
221
              [% P.chart.picker("AP_amount_chart_id_" _ i, $selected_chart_id, style="width: 400px", type="AP_amount", invalid=0, disabled=readonly, class=(initial_focus == 'row_' _ i ? "initial_focus" : "")) %]
222 222
              [% L.hidden_tag("previous_AP_amount_chart_id_" _ i, $selected_chart_id) %]
223 223
              <input type="hidden" name="tax_[% i %]" value="[% temp = "tax"_ i %][% $temp | html %]">
224 224
            </td>
225 225
            <td>
226
              <input name="amount_[% i %]" size="10" value="[% temp = "amount_"_ i %][% $temp | html %]">
226
              <input name="amount_[% i %]" size="10" disabled=readonly value="[% temp = "amount_"_ i %][% $temp | html %]">
227 227
            </td>
228 228
            <td>
229 229
              [% temp_r = "tax_reverse_"_ i %]

Auch abrufbar als: Unified diff