From d780abd17b7e7816c599abb4f681f5ac2e2bb9da Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Fri, 29 Jul 2016 08:36:15 +0200 Subject: [PATCH] PartPicker Testseite - convertible_unit Beispiel --- templates/webpages/part/test_page.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/webpages/part/test_page.html b/templates/webpages/part/test_page.html index 38cd2fa4f..afd96915d 100644 --- a/templates/webpages/part/test_page.html +++ b/templates/webpages/part/test_page.html @@ -13,6 +13,8 @@ Waren und Dienstleistungen:
[% L.part_picker('part_id4', undef, type='part,service') %]
Pre-filled:
[% L.part_picker('part_id5', pre_filled_part) %]
+Convertible unit 'Std': (only select parts with unit Tag/Std/Min)
+[% L.part_picker('part_id6', undef, convertible_unit='Std') %]

Styling

-- 2.20.1