mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Use listbox for pricelist, since projectmanager-pricelist widget is not available for view
This commit is contained in:
parent
2352640ad7
commit
9ba38a86f8
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user