Remove organization from fileupload.pool table, fix in district logic
This commit is contained in:
parent
8e00d3e04b
commit
9c3d2ba3df
12 changed files with 69 additions and 739 deletions
|
|
@ -205,7 +205,6 @@ func parseCSVPoollist(ctx context.Context, txn bob.Tx, file *models.FileuploadFi
|
|||
IsNew: omit.From(true),
|
||||
LineNumber: omit.From(line_number),
|
||||
Notes: omit.From(""),
|
||||
OrganizationID: omit.From(file.OrganizationID),
|
||||
PropertyOwnerName: omit.From(""),
|
||||
PropertyOwnerPhoneE164: omitnull.FromPtr[string](nil),
|
||||
ResidentOwned: omitnull.FromPtr[bool](nil),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue