소스 검색

Add expression evaluation to green coffee weights

Neal Wilson 9 년 전
부모
커밋
b1e754fb31
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      config/Windows/newbatch.xml

+ 1
- 1
config/Windows/newbatch.xml 파일 보기

@@ -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 &lt;&gt; 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>

Loading…
취소
저장