Umožněno zadání limitu nákupů u komisí.

Příprava na kontrolu limitu při přidávání požadavku.
ZK framework povýšen na verzi 7.0.2
refs #137
This commit is contained in:
2014-09-15 15:25:23 +02:00
parent 9387ac6d69
commit e93a99aa25
9 changed files with 79 additions and 1 deletions
@@ -27,6 +27,12 @@
<checkbox label="Středisko" checked="@bind(vm.centre)" disabled="@load(not empty vm.dataBean.created)"/>
</cell>
</row>
<row>
<cell sclass="row-title">${labels.WorkgroupFormOrderLimit} :</cell>
<cell>
<textbox id="limit" width="200px" value="@bind(vm.dataBean.limit) @converter(vm.bdConverter)" disabled="@load(vm.centre)"/>
</cell>
</row>
</rows>
</grid>
<label value="Přetáhněte myší:"/>