Added total fee cost of booking
This commit is contained in:
parent
126e702c6e
commit
b03982b708
4 changed files with 11 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ select
|
|||
av.verification_status,
|
||||
av.nightly_fee_local,
|
||||
av.number_nights,
|
||||
av.nightly_fee_local * av.number_nights as total_fee_local,
|
||||
av.email_flag,
|
||||
av.phone_flag,
|
||||
av.watch_list,
|
||||
|
|
@ -55,6 +56,7 @@ select
|
|||
ev.verification_source,
|
||||
ev.verification_status,
|
||||
ev.nightly_fee_local,
|
||||
ev.nightly_fee_local * ev.number_nights as total_fee_local,
|
||||
ev.number_nights,
|
||||
ev.email_flag,
|
||||
ev.phone_flag,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue