Koha/C4/Creators
Jonathan Druart 8d53fae949 Bug 22878: Do not pass layout_id on creating a layout
Attempting to create a patron card layout with mysql strict mode on gives the following error:
  DBD::mysql::st execute failed: Incorrect integer value: '' for column 'layout_id' at row 1

Test plan:
- Turn on sql_strict_modes
- Create a new patron card
=> Must success with this patch applied

Signed-off-by: Liz Rea <wizzyrea@gmail.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2019-05-15 12:10:52 +00:00
..
Batch.pm Bug 15766: (follow-up) Hide description field if the batch is empty 2018-10-24 13:52:42 +00:00
Layout.pm Bug 22878: Do not pass layout_id on creating a layout 2019-05-15 12:10:52 +00:00
Lib.pm Bug 15766: Fix incorrect GROUP BY 2018-10-24 17:15:36 +00:00
PDF.pm
Profile.pm
Template.pm