Use listbox for pricelist, since projectmanager-pricelist widget is not available for view

This commit is contained in:
nathangray 2017-01-16 13:39:16 -07:00
parent 2352640ad7
commit 9ba38a86f8

View File

@ -35,7 +35,7 @@
<description value="Price"/> <description value="Price"/>
<hbox> <hbox>
<textbox type="float" id="info_price" size="10"/> <textbox type="float" id="info_price" size="10"/>
<projectmanager-pricelist id="pl_id" options="None" /> <listbox id="pl_id" options="None" />
</hbox> </hbox>
</row> </row>
<row> <row>