|
@@ -22,7 +22,7 @@
|
22
|
22
|
<label>Green Coffee:</label>
|
23
|
23
|
<sqltablearray columns="2" id="greens">
|
24
|
24
|
<column name="Coffee" delegate="sql" showdata="true" null="true" nulltext="Delete" nulldata="delete" data="0" display="1">SELECT id, name FROM coffees WHERE quantity <> 0 ORDER BY name</column>
|
25
|
|
- <column name="Weight" />
|
|
25
|
+ <column name="Weight" delegate="numeric" />
|
26
|
26
|
</sqltablearray>
|
27
|
27
|
<layout type="horizontal">
|
28
|
28
|
<label>Green Weight:</label>
|