Bug 37413: Ensure itemnumber is sent
Fix condition to ensure the itemnumber is sent Signed-off-by: Sam Lau <samalau@gmail.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
66025855d6
commit
99c5e3bae4
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@
|
|||
</option>
|
||||
<option value="1">Next available</option>
|
||||
</select>
|
||||
[%- IF ( hold.barcodenumber ) -%]
|
||||
[%- IF ( hold.itemnumber ) -%]
|
||||
<input type="hidden" name="itemnumber" value="[% hold.itemnumber | html %]" />
|
||||
[%- END -%]
|
||||
[%- IF hold.itemtype -%]
|
||||
|
|
Loading…
Reference in a new issue