From efba5e2a6d02e4326e15380a82037d282ea3d24e Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Fri, 4 Apr 2025 15:51:53 -0400 Subject: [PATCH] totals source --- inquirey/tots.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inquirey/tots.sql b/inquirey/tots.sql index 064e541..b24cfb6 100644 --- a/inquirey/tots.sql +++ b/inquirey/tots.sql @@ -8,7 +8,7 @@ SELECT calc_status, sum(fb_val_loc * r_rate) value_loc FROM - rlarp.osmf o + rlarp.osmfs o WHERE fs_line = '41010' and calc_status <> 'CANCELED'