Browse Source

Add time of day to green coffee sales interface.

Neal Wilson 9 years ago
parent
commit
0e452784fc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config/Windows/greensales.xml

+ 1
- 1
config/Windows/greensales.xml View File

@@ -2,7 +2,7 @@
2 2
 	<layout type="vertical">
3 3
 		<layout type="horizontal">
4 4
 			<label>Date:</label>
5
-			<calendar id="date" />
5
+			<calendar time="true" id="date" />
6 6
 			<label>Customer:</label>
7 7
 			<line id="customer" />
8 8
 			<label>Weight Unit:</label>

Loading…
Cancel
Save