@@ -, +, @@ edit 1 - Using the fresh install, with all the sample data. 2 - Go to Home › Tools › Patron card creator › Templates 3 - New > Card template 4 - Save 5 - Error: DBD::mysql::st execute failed: Incorrect integer value: '' for column 'profile_id' at row 1 6 - Edit an existing template 7 - Save 8 - Error: Can't bless non-reference value at /kohadevbox/koha/C4/Creators/Profile.pm line 89 9 - Create a new 'Printer profile' --- C4/Creators/Profile.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/C4/Creators/Profile.pm +++ a/C4/Creators/Profile.pm @@ -59,7 +59,7 @@ sub new { my $type = ref($invocant) || $invocant; my $self = { printer_name => 'Default Printer', - template_id => '', + template_id => 0, paper_bin => 'Tray 1', offset_horz => 0, offset_vert => 0, --