vault backup: 2023-11-06 23:02:55

This commit is contained in:
Paul Trowbridge 2023-11-06 23:02:55 -05:00
parent 78f5afde6f
commit 1f308befbb
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ BEGIN
----------------list ppricing-------------------------------
SELECT coalesce(rlarp.get_list(_bill, _ship, _item, _qty),'{}'::jsonb) INTO _list;
_rslt := _rslt||COALESCE(_list,'{}'::jsonb);
_rslt := _rslt||_list;
--RAISE NOTICE 'list: %', jsonb_pretty(_list);
RETURN _rslt;