]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/am/edit_price_factor.html
Neuer SelfTest Testfall: verwaiste invoice Einträge
[mfinanz.git] / templates / webpages / am / edit_price_factor.html
index a2191300bf5e293f6dafe73cd43a7b4bf3ad4b2c..6ca175aa2bca775d563b98527e2410a56774371b 100644 (file)
 
     <tr>
      <td align="right">[% 'Factor' | $T8 %]</td>
+[% IF orphaned %]
      <td><input name="factor" value="[% HTML.escape(factor) %]"></td>
+[% ELSE %]
+     <td><input type="hidden" name="factor" value="[% HTML.escape(factor) %]">
+         [% HTML.escape(factor) %] [% ' (in use so no change allowed)' | $T8 %]</td>
+[% END %]
     </tr>
    </table>
   </p>