Skip to content

Commit

Permalink
Merge pull request #517 from folio-org/MODFQMMGR-562
Browse files Browse the repository at this point in the history
MODFQMMGR-562:POL entity is missing POL number
  • Loading branch information
kjain110 authored Oct 30, 2024
2 parents 9f087a3 + fe60af9 commit e00afeb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,8 @@
},
isIdColumn: false,
queryable: true,
visibleByDefault: false,
visibleByDefault: true,
essential: true,
valueGetter: ":sourceAlias.jsonb->>'poLineNumber'",
filterValueGetter: "lower(${tenant_id}_mod_orders_storage.f_unaccent(:sourceAlias.jsonb ->> 'poLineNumber'::text))",
valueFunction: 'lower(${tenant_id}_mod_orders_storage.f_unaccent(:value))'
Expand Down

0 comments on commit e00afeb

Please sign in to comment.