Bug 26271: Add null to the list of accepted account_line data types
authorJoonas Kylmälä <joonas.kylmala@helsinki.fi>
Fri, 21 Aug 2020 13:23:38 +0000 (16:23 +0300)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 14 Sep 2020 21:35:32 +0000 (21:35 +0000)
commit67aa733726b13f0437bb11b6cb5d18220caba757
treec353b4a9e22eaa6f3f8a4531cfaa68f9c99149b8
parent00570ae9690a33a9be62dc51aaffa9d3774281f9
Bug 26271: Add null to the list of accepted account_line data types

The database schema for accountlines table allows the
manager_id/user_id column to be NULL. If request to
/api/v1/patrons/<patron_id>/account returns such an accountline where
it is NULL we get 500 error as response. Adding NULL to allowed data
types fixes this issue.

To test:
 1) Run prove t/db_dependent/api/v1/patrons_accounts.t and notice it
    doesn't fail

Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 089b85758614260b70f43509ccdbc6285629a883)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
api/v1/swagger/definitions/account_line.json