Re: [Koha-devel] TT loop count VS size

2021-05-10 Thread Fridolin SOMERS
vid Cook *Cc:* Jonathan Druart ; Fridolin SOMERS ; koha-devel *Subject:* Re: [Koha-devel] TT loop count VS size That's because .count is a Koha::Objects method. El dom., 9 may. 2021 20:50, <mailto:dc...@prosentient.com.au>> escribió: I was going to say… I’d never even he

Re: [Koha-devel] TT loop count VS size

2021-05-09 Thread dcook
0595 From: Tomas Cohen Arazi Sent: Monday, 10 May 2021 11:14 AM To: David Cook Cc: Jonathan Druart ; Fridolin SOMERS ; koha-devel Subject: Re: [Koha-devel] TT loop count VS size That's because .count is a Koha::Objects method. El dom., 9 may. 2021 20:50, mail

Re: [Koha-devel] TT loop count VS size

2021-05-09 Thread Tomas Cohen Arazi
; > Software Engineer > > Prosentient Systems > > Suite 7.03 > > 6a Glen St > > Milsons Point NSW 2061 > > Australia > > > > Office: 02 9212 0899 > > Online: 02 8005 0595 > > > > *From:* Koha-devel *On > Behalf Of *Jonathan Druart >

Re: [Koha-devel] TT loop count VS size

2021-05-09 Thread dcook
Behalf Of Jonathan Druart Sent: Friday, 7 May 2021 5:58 PM To: Fridolin SOMERS Cc: koha-devel Subject: Re: [Koha-devel] TT loop count VS size You should grep "loop.count", not ".count" Most of the count you have with your regex is coming from koha_objects->count Le ven. 7

Re: [Koha-devel] TT loop count VS size

2021-05-07 Thread Jonathan Druart
You should grep "loop.count", not ".count" Most of the count you have with your regex is coming from koha_objects->count Le ven. 7 mai 2021 à 09:17, Fridolin SOMERS a écrit : > Hi community, > > I've been on a mindblowing search on a template error :D > > I was thinking that "loop.count" was wro