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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 3 Sep 2020 12:18:23 +0000 (14:18 +0200)
commit089b85758614260b70f43509ccdbc6285629a883
tree1e82a879af2dcefa7872b94acbb13085857fe45d
parent898cd3b82ee84682bdfad1c177e2eb6ae0881428
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>
api/v1/swagger/definitions/account_line.json