PriceSource: Preisselektion auf Popup umgestellt.
[kivitendo-erp.git] / templates / webpages / oe / _price_sources_row.html
diff --git a/templates/webpages/oe/_price_sources_row.html b/templates/webpages/oe/_price_sources_row.html
deleted file mode 100644 (file)
index a58e139..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-[%- USE T8 %]
-[%- USE HTML %]
-[%- USE L %]
-[%- USE LxERP %]
-<tr class="listrow[% i % 2 %]" id="row[% i %]_3" style='display:none'>
- <td colspan="[% row.colspan %]">
-   <span class="[% IF !row.obj.active_price_source %]bold[% END %]">
-   [% L.radio_button_tag('active_price_source_' _ i, label=LxERP.t8('None (PriceSource)'), checked=!row.obj.active_price_source, value='', onChange='update_price_source(' _ i _ ', \'\')') %]
-   </span>
-   [%- FOREACH price IN price_sources.$i.available_prices %]
-     <div class="[% IF price.source == row.obj.active_price_source %]bold[% END %]">
-     [% L.radio_button_tag('active_price_source_' _ i, value=price.source, checked=price.source == row.obj.active_price_source, label=LxERP.format_amount(price.price, 2) _ ' (' _ price.full_description _ ')', onChange='update_price_source(' _ i _ ', \'' _ price.source _ '\', \'' _ LxERP.format_amount(price.price, -2) _ '\')' ) %]
-     </div>
-   [%- END %]
- </td>
-</tr>