diff --git a/gis/gccview/gcc_puller_functions.py b/gis/gccview/gcc_puller_functions.py index 8a4fa32c6..100ba4224 100644 --- a/gis/gccview/gcc_puller_functions.py +++ b/gis/gccview/gcc_puller_functions.py @@ -426,7 +426,7 @@ def insert_data(output_table, insert_column, return_json, schema_name, con, is_a else: row.append(feature['attributes'][trial[0]]) - if is_partitioned: + if (not is_audited) and is_partitioned: row.insert(0, today_string) row.append(geometry)