Bug 28805: (QA follow-up) Pass onsite variable to confirmation screen
Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
23a1dfe04a
commit
1cf021d961
2 changed files with 3 additions and 1 deletions
|
@ -475,7 +475,8 @@ if (@$barcodes) {
|
|||
} else {
|
||||
my $confirmation_needed = grep { $_->{NEEDSCONFIRMATION} } @$checkout_infos;
|
||||
$template->param(
|
||||
checkout_infos => $checkout_infos,
|
||||
checkout_infos => $checkout_infos,
|
||||
onsite_checkout => $onsite_checkout,
|
||||
confirmation_needed => $confirmation_needed,
|
||||
);
|
||||
}
|
||||
|
|
|
@ -323,6 +323,7 @@
|
|||
<input type="hidden" name="branch" value="[% branch | html %]" />
|
||||
<input type="hidden" name="duedatespec" value="[% duedatespec | html %]" />
|
||||
<input type="hidden" name="batch" value="1" />
|
||||
<input type="hidden" name="onsite_checkout" value="[% onsite_checkout | html %]" />
|
||||
<input type="submit" id="checkoutrenew" class="btn btn-primary" value="Checkout or renew" />
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue