<div dir="ltr">When I first read it I felt something needed re-organization. But in the end I understood it was almost as we wanted.<div>What I changed was this:</div><div><a href="https://github.com/tomascohen/koha/commit/8e7ec43bc0cfda24ef264c7144f9fc60a8d807a4">https://github.com/tomascohen/koha/commit/8e7ec43bc0cfda24ef264c7144f9fc60a8d807a4</a><br></div><div><br></div><div>And if you notice, $param already contains the initialization options on his 'options' attribute.</div><div><br></div><div>Kind regards</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-07-24 16:40 GMT-03:00 Mark Tompsett <span dir="ltr"><<a href="mailto:mtompset@hotmail.com" target="_blank">mtompset@hotmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div dir="ltr">
<div style="FONT-SIZE:12pt;FONT-FAMILY:'Calibri';COLOR:#000000">
<div>Greetings,</div>
<div> </div>
<div>I am beginning my work on bug 11592 the filter version. I was curious if 
this patch makes sense:</div>
<div> </div>
<div>diff --git a/Koha/RecordProcessor.pm b/Koha/RecordProcessor.pm</div>
<div>index 9bb1fc2..a345156 100644</div>
<div>--- a/Koha/RecordProcessor.pm</div>
<div>+++ b/Koha/RecordProcessor.pm</div>
<div>@@ -103,7 +103,7 @@ sub new {</div>
<div>         my $filter_module = 
$filter =~ m/:/ ? $filter : "Koha::Filter::${schema}::${filter}";</div>
<div>         if (can_load( modules 
=> { $filter_module => undef } )) {</div>
<div>             my 
$object = $filter_module->new();</div>
<div>-            
$filter_module->initialize($param);</div>
<div>+            
$object->initialize($param);</div>
<div>             
push @filters, $object;</div>
<div>         }</div>
<div>     }</div>
<div> </div>
<div>Because otherwise, how can I properly set some parameters?</div>
<div> </div>
<div>GPML,</div>
<div>Mark Tompsett</div></div></div></div>
<br>_______________________________________________<br>
Koha-devel mailing list<br>
<a href="mailto:Koha-devel@lists.koha-community.org">Koha-devel@lists.koha-community.org</a><br>
<a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel" rel="noreferrer" target="_blank">http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel</a><br>
website : <a href="http://www.koha-community.org/" rel="noreferrer" target="_blank">http://www.koha-community.org/</a><br>
git : <a href="http://git.koha-community.org/" rel="noreferrer" target="_blank">http://git.koha-community.org/</a><br>
bugs : <a href="http://bugs.koha-community.org/" rel="noreferrer" target="_blank">http://bugs.koha-community.org/</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>Tomás Cohen Arazi</div><div>Prosecretaría de Informática</div><div>Universidad Nacional de Córdoba</div><div>✆ +54 351 5353750 ext 13168</div><div>GPG: B76C 6E7C 2D80 551A C765  E225 0A27 2EA1 B2F3 C15F</div></div></div>
</div>