Revision fef43fa5
Von Sven Schöling vor fast 13 Jahren hinzugefügt
templates/webpages/ic/search.html | ||
---|---|---|
258 | 258 |
</td> |
259 | 259 |
<td> |
260 | 260 |
<input name="l_soldtotal" id="l_soldtotal" class="checkbox" type="checkbox" value="Y"> |
261 |
<label for="l_soldtotal">[% 'soldtotal' | $T8 %]</label>
|
|
261 |
<label for="l_soldtotal">[% 'Qty in Selected Records' | $T8 %]</label>
|
|
262 | 262 |
</td> |
263 | 263 |
<td> |
264 | 264 |
<input name="l_ean" id="l_ean" class="checkbox" type="checkbox" value="Y"> |
Auch abrufbar als: Unified diff
Menge und Soldtotal in Warensuche getrennt.
Fix zu Bug 1635. Ausserdem die Spalten umsortiert und die Spalten sinnvoller
benannt. Vorher wurde soldtotal im bsooqr mode auf die onhand Spalte gelegt,
das musste einfach nur entfernt werden.