]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/part/_part_picker_result.html
PartPicker kann auch nach EAN suchen
[kivitendo-erp.git] / templates / webpages / part / _part_picker_result.html
index d6a386fccbad6d2320c71882870177c70818f055..ed8ad788ea679b6785141c7d5c13c4b941adf1c8 100644 (file)
   <input type='hidden' class='part_picker_id' value='[% part.id %]'>
   <input type='hidden' class='part_picker_partnumber' value='[% part.partnumber %]'>
   <input type='hidden' class='part_picker_description' value='[% part.displayable_name %]'>
+  <input type='hidden' class='part_picker_ean' value='[% part.ean %]'>
   <input type='hidden' class='part_picker_unit' value='[% part.unit %]'>
   <span class='ppp_block_number'>[% part.partnumber | html %]</span>
+  <span class='ppp_block_ean'>[% part.ean | html %]</span>
   <span class='ppp_block_description'>[% part.description | html %]</span>
   <div style='clear:both;'></div>
   <span class='ppp_block_sellprice'>[% 'Sellprice' | $T8 %]: [% part.sellprice_as_number | html %]</span>
-  <span class='ppp_block_description'>[% P.typeclass_abbreviation(part) %]</span>
+  <span class='ppp_block_description'>[% part.presenter.typeclass_abbreviation %]</span>
 </div>
 [%- END %]