jordi fita mas 356d0a0892 Handle case of no tag given for invoice
In that case, strings.Split() return an array with a single empty string
element, that does not pass the domain check for tag_name in the
database.

And an invoice with no tags would get an array of a single NULL in
array_agg, so i had to convert it to an empty string in order for it
to work as expected.
2023-03-19 23:10:01 +01:00
..
2023-03-13 14:55:10 +01:00
2023-01-17 10:40:22 +01:00
2023-03-13 15:00:35 +01:00
2023-01-22 20:37:34 +01:00
2023-03-13 15:00:35 +01:00