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 fee = "Payment Validation: Fee" %}
|
||||
{% set fee_with_deposit = "Payment Validation: FeeWithDeposit" %}
|
||||
{% set deposit = "Payment Validation: FeeWithDeposit" %}
|
||||
{% set no_cover = "Payment Validation: NoCover" %}
|
||||
{% set checkin_cover = "CheckInCover" %}
|
||||
|
||||
|
|
@ -21,9 +21,7 @@ with
|
|||
v.id_verification_request,
|
||||
cast(
|
||||
max(
|
||||
case
|
||||
when verification_value = '{{ fee_with_deposit }}' then 1 else 0
|
||||
end
|
||||
case when verification_value = '{{ deposit }}' then 1 else 0 end
|
||||
) as boolean
|
||||
) as chose_deposit,
|
||||
cast(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue