Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
034e1818f3
commit
0f4e79559f
@@ -280,7 +280,9 @@ const IMPORTERS: ImporterConfig[] = [
|
||||
} else if (s === "on hold" || s === "hold") {
|
||||
r.status = "on_hold";
|
||||
} else {
|
||||
delete r.status;
|
||||
// Default to 'intake' when no explicit status — avoids NULL violations
|
||||
// in batched upserts where Postgrest sends the column union.
|
||||
r.status = "intake";
|
||||
}
|
||||
// Normalise billing method
|
||||
if (r.billing_method) {
|
||||
|
||||
Reference in New Issue
Block a user