Skip to content

Commit

Permalink
Bugfix: Make sure price is shown when askforconfirmation is blocking #…
Browse files Browse the repository at this point in the history
  • Loading branch information
georgmaisser committed Jan 18, 2025
1 parent 2ac9de1 commit 14cce30
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions classes/bo_availability/conditions/askforconfirmation.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,18 @@ public function render_button(
}
$label = $this->get_description_string(false, $full, $settings);

return bo_info::render_button($settings, $userid, $label, 'btn btn-secondary mt-1 mb-1', false, $fullwidth,
'button', 'option', false, 'noforward');
return bo_info::render_button(
$settings,
$userid,
$label,
'btn btn-secondary mt-1 mb-1',
true,
$fullwidth,
'button',
'option',
false,
'noforward'
);
}

/**
Expand Down

0 comments on commit 14cce30

Please sign in to comment.