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:
Pedro Amorim 2024-08-01 11:59:58 +00:00 committed by Katrin Fischer
parent 66025855d6
commit 99c5e3bae4
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -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 -%]