fixed ledger account listing + quotation listing
This commit is contained in:
@@ -48,7 +48,7 @@ func NewQuotes(logger mlogger.Logger, repo repository.Repository, retention time
|
||||
},
|
||||
Unique: true,
|
||||
Name: "payment_quotes_org_idempotency_key",
|
||||
PartialFilter: repository.Query().Comparison(repository.Field("idempotencyKey"), builder.Ne, ""),
|
||||
PartialFilter: repository.Query().Comparison(repository.Field("idempotencyKey"), builder.Exists, true),
|
||||
},
|
||||
{
|
||||
Keys: []ri.Key{{Field: "organizationRef", Sort: ri.Asc}},
|
||||
|
||||
Reference in New Issue
Block a user