← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:29 | sameee joined #koha | |
00:51 | Francesca joined #koha | |
02:00 | Kafilini joined #koha | |
02:08 | alexbuckley_ joined #koha | |
02:13 | sameee | hi koha |
03:48 | Francesca joined #koha | |
04:00 | NateC joined #koha | |
04:01 | Kafilini joined #koha | |
04:36 | rocio_away joined #koha | |
04:50 | eythian_ joined #koha | |
05:10 | Francesca joined #koha | |
06:03 | Kafilini joined #koha | |
06:30 | Francesca joined #koha | |
08:34 | liw joined #koha | |
09:37 | Francesca joined #koha | |
09:38 | cait joined #koha | |
09:50 | alexbuckley_ joined #koha | |
09:51 | alexbuckley_ | hi everyone |
10:36 | paul_p joined #koha | |
10:42 | alexbuckley_ | hi paul_p |
11:36 | aleisha joined #koha | |
11:37 | paul_p joined #koha | |
12:06 | mveron joined #koha | |
12:06 | mveron | Hi #koha |
12:07 | alexbuckley_ | hi mveron |
12:07 | mveron | hi alexbuckley_ |
12:15 | alexbuckley_ | mveron: I wonder could you please help me? I am working on bug 18060 and I keep getting an unblessed error and I can't work out how to fix it |
12:15 | huginn_ | 04Bug http://bugs.koha-community.org[…]_bug.cgi?id=18060 enhancement, P5 - low, ---, alexbuckley, ASSIGNED , Add onboarding functionality to guide users through setting up labels for the first time |
12:16 | alexbuckley_ | I am trying to implement a retrieve of any layouts and templates and if none exist then I want to display a lable onboarding tool. I have implemented a retrieval from C4::Layout however I keep getting a unblessed error |
12:19 | cait1 joined #koha | |
12:22 | mveron | alexbuckley_: Maybe in label-home.pl line 50? |
12:22 | my $template = C4::Creators::Template->retrieve(layout_id => '1'); | |
12:22 | I think it should be template_id | |
12:25 | alexbuckley_ | I've changed it to: my $template = C4::Labels::Template->retrieve(template_id => 1); |
12:25 | and am still getting the same unblessed error | |
12:36 | mveron | You have 2 vars $template defined, one in line 34 and one in line 50... The first is the tt template and the second one is the label template. |
12:38 | You have to change the second to something like my $labeltemplate | |
12:40 | Ah, and the template table contains templates for patron cards as well, so it will be saver to do a search after the field 'creator' (Can be 'Labels' or 'Patroncards') | |
12:40 | http://schema.koha-community.o[…]or_templates.html | |
12:42 | * mveron | is called... |
17:09 | ribasushi joined #koha | |
19:45 | kathryn joined #koha | |
20:28 | stozza joined #koha | |
20:29 | Francesca joined #koha | |
21:12 | stozza joined #koha | |
21:35 | Kafilini joined #koha | |
21:58 | stozza joined #koha | |
22:13 | Francesca joined #koha | |
22:20 | alexbuckley_ joined #koha | |
23:17 | papa1 joined #koha | |
23:25 | Francesca joined #koha | |
23:53 | Francesca joined #koha |
← Previous day | Today | Next day → | Search | Index