Fixes and updates.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="hasLabels"></th>
|
||||
<th class="name">Name {{>BatchSearch columnName='name'}}</th>
|
||||
<th class="name">Name {{>BatchSearch columnName='productId' collectionQueryColumnName='name' collection='Products' collectionResultColumnName='_id' width="90%"}}</th>
|
||||
<th class="date">Date {{>BatchDateRangeSearch columnName='date' width='90%'}}</th>
|
||||
<th class="amount">Amount</th>
|
||||
<th class="cook">Cook {{>BatchSearch columnName='cook' collectionQueryColumnName='name' collection='Workers' collectionResultColumnName='_id'}}</th>
|
||||
@@ -50,7 +50,7 @@
|
||||
{{else}}
|
||||
<td class="hasLabels noselect left"><i class="fa fa-print clickable {{hasLabelsClass}}" aria-hidden="true"></i></td>
|
||||
<td class="name noselect nonclickable left">{{name}}</td>
|
||||
<td class="date noselect nonclickable left">{{date}}</td>
|
||||
<td class="date noselect nonclickable left">{{date}} ({{jdate}})</td>
|
||||
<td class="amount noselect nonclickable left">{{amount}}</td>
|
||||
<td class="cook noselect nonclickable left">{{cook}}</td>
|
||||
<td class="canner noselect nonclickable left">{{canner}}</td>
|
||||
|
||||
Reference in New Issue
Block a user