PriceSource: Preisselektion auf Popup umgestellt.
[kivitendo-erp.git] / templates / webpages / oe / sales_order.html
index 91f0a56..12be937 100644 (file)
@@ -75,7 +75,6 @@
 
       </td>
      </tr>
- [% PROCESS 'oe/_price_sources_row.html' i = loop.count %]
 [%- END %]
 
   </table>
         [% END %]
       }, 1);
     });
-    function toggle_price_source(row) {
-      $('#row' + row + '_3').toggle();
-    }
-    function update_price_source(row, source, price_str){
-      $('#active_price_source_' + row).val(source);
-      if (price_str) $('#sellprice_' + row).val(price_str);
-      $('#update_button').click();
-    }
   </script>
 
  </td>