|
@@ -1376,7 +1376,8 @@ SELECT crfu.id AS crfu_id,
|
|
|
crfu.next_follow_up_reason,
|
|
|
crfu.next_follow_up_memo,
|
|
|
c.uid as client_uid,
|
|
|
- (c.name_first || ' ' || c.name_last) as client_name
|
|
|
+ (c.name_first || ' ' || c.name_last) as client_name,
|
|
|
+ crfu.status AS status
|
|
|
FROM client_rep_follow_up crfu join client c on crfu.id = c.client_rep_follow_up_id
|
|
|
WHERE crfu.client_rep_pro_id = :pro_id
|
|
|
AND crfu.next_follow_up_date = :date
|