changed name
This commit is contained in:
parent
fa9622721b
commit
8e76e3e8cc
1 changed files with 2 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{% set waiver = "Payment Validation: Waiver" %}
|
{% set waiver = "Payment Validation: Waiver" %}
|
||||||
{% set fee = "Payment Validation: Fee" %}
|
{% set fee = "Payment Validation: Fee" %}
|
||||||
{% set fee_with_deposit = "Payment Validation: FeeWithDeposit" %}
|
{% set deposit = "Payment Validation: FeeWithDeposit" %}
|
||||||
{% set no_cover = "Payment Validation: NoCover" %}
|
{% set no_cover = "Payment Validation: NoCover" %}
|
||||||
{% set checkin_cover = "CheckInCover" %}
|
{% set checkin_cover = "CheckInCover" %}
|
||||||
|
|
||||||
|
|
@ -21,9 +21,7 @@ with
|
||||||
v.id_verification_request,
|
v.id_verification_request,
|
||||||
cast(
|
cast(
|
||||||
max(
|
max(
|
||||||
case
|
case when verification_value = '{{ deposit }}' then 1 else 0 end
|
||||||
when verification_value = '{{ fee_with_deposit }}' then 1 else 0
|
|
||||||
end
|
|
||||||
) as boolean
|
) as boolean
|
||||||
) as chose_deposit,
|
) as chose_deposit,
|
||||||
cast(
|
cast(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue