[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2018-10-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Janny Watson  changed:

   What|Removed |Added

 CC||jannywatson1...@gmail.com

--- Comment #35 from Janny Watson  ---
I really would appreciate if you could push it, and I will be happy to deliver
follow-ups for the other use cases as well, I am searching for this an hour
also find
https://hpetechnicalsupportnumber.com/blog/fix-hp-printer-error-state-problems/
that advice me same like you.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2017-04-09 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Marc Véron  changed:

   What|Removed |Added

   See Also||https://bugs.koha-community
   ||.org/bugzilla3/show_bug.cgi
   ||?id=18405

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2017-04-09 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

--- Comment #34 from Marc Véron  ---
(In reply to Marc Véron from comment #33)
> Please refer to the following wiki page for setup and usage instructions:
> http://wiki.koha-community.org/wiki/Setting_up_slip_printer_to_print_silently

For the records: Wiki page updated after testing for Koha 16.11 an Firefox
52.02
with new example JavaScript:

-
$( window ).load(function() {
 try
 {
//Try to print using jsPrintSetup Plug-In in Firefox
//If it is not installed fall back to default printing
jsPrintSetup.clearSilentPrint();   
jsPrintSetup.setOption('printSilent', 1);

//Choose printer using one or more of the following functions
//jsPrintSetup.getPrintersList...
jsPrintSetup.setPrinter("PUT HERE YOUR PRINTER NAME");

//Set Header and footer...
jsPrintSetup.setOption('headerStrLeft', '');
jsPrintSetup.setOption('headerStrCenter', '');
jsPrintSetup.setOption('headerStrRight', '');
jsPrintSetup.setOption('footerStrLeft', '');
jsPrintSetup.setOption('footerStrCenter', '');
jsPrintSetup.setOption('footerStrRight', '');

jsPrintSetup.print(); 
window.close();
 }
 catch(err)
 {   
//Default printing if jsPrintsetup is not available
window.print();
window.close();
 }
});
-

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-07-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Nicole C. Engard neng...@gmail.com changed:

   What|Removed |Added

 CC||neng...@gmail.com

--- Comment #27 from Nicole C. Engard neng...@gmail.com ---
I'm trying to document this and am having trouble.  The preference says Define
at least function printThenClose(). which makes me think that this preference
must have that function in there for Koha to work.  We might need to make it
clearer.


Can someone write  a short description of this preference in librarianese (aka
not developer talk) so that I can edit it and put it in the manual?

Nicole

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-07-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

--- Comment #28 from Nicole C. Engard neng...@gmail.com ---
via IRC:


[10:34]  oleonard nengard it looks like there's two basic steps: Install the
jsPrintSetup addon, and populate the pref
[10:35]  oleonard That first comment gives you an example for what to
populate the pref with in Step 4
[10:35]  nengard THANK YOU
[10:35]  nengard :)
[10:35]  nengard I was missing the whole install the add on part
[10:35]  nengard we should update the description on that preference to make
it clearer
[10:35]  oleonard Hmmm... not sure about the Choose printer using one or
more of the following functions step

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-07-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

--- Comment #29 from Owen Leonard oleon...@myacpl.org ---
Yeah, this part is cryptic:

  //Choose printer using one or more of the following functions
  //jsPrintSetup.getPrintersList...
  //jsPrintSetup.setPrinter...

Is this something I must configure in order for this feature to work? 

I installed the Firefox addon
(https://addons.mozilla.org/en-US/firefox/addon/js-print-setup/) and populated
the system preference with the JS code exactly as it appears in Step four of
comment 0. Then I went to a patron record and chose Print quick slip. A new
tab appeared for a split second and disappeared, but no print job started.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-07-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

--- Comment #32 from Marc Véron ve...@veron.ch ---
Regarding:
//Choose printer using one or more of the following functions
//jsPrintSetup.getPrintersList...
//jsPrintSetup.setPrinter...

Here I wanted to indicate where a more sophisticated solution can be
implemented. The lines are commented out (//) and ar ignored by the JavaScript.
You can savely remove them.

The function jsPrintSetup.getPrintersList retuns a list of installed printers.
One could then check if e.g. a printer with the name Slipprinter is available
and if yes print on this printer using jsPrintSetup.setPrinter('Slipprinter),
otherwise print on the default printer.
For full reference see:
http://jsprintsetup.mozdev.org/reference.html

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-07-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

--- Comment #33 from Marc Véron ve...@veron.ch ---
Please refer to the following wiki page for setup and usage instructions:
http://wiki.koha-community.org/wiki/Setting_up_slip_printer_to_print_silently

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-07-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

--- Comment #26 from Marc Véron ve...@veron.ch ---
Thanks for QA-ing, Paul. 

I will work on the follow-ups you suggested after my vacation.

Marc

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-07-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
Version|master  |rel_3_10

--- Comment #25 from Paul Poulain paul.poul...@biblibre.com ---
QA comment, my concern has been answered in comment #18
 Paul and Jonathan,
 
 Thank you for your comments. When I introduced this feature, I was aware
 that it could be used at other places as well. This version is just for the
 use case where a lot of printing occurs, and it was made by advice of the
 librarians in our group who often work at the front desk and who told me
 that not having this feature could be a killer argument against Koha.
 
 I really would appreciate if you could push it, and I will be happy to
 deliver follow ups for the other use cases as well.


Passed QA then

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-07-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 QA Contact|koha.sek...@gmail.com   |paul.poul...@biblibre.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-06-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

  Attachment #10428|0   |1
is obsolete||

--- Comment #23 from Marc Véron ve...@veron.ch ---
Created attachment 10557
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10557action=edit
[REBASED] Bug 7563 [ENH] - Silent print slips using Firefox PlugIn jsPrintSetup
and new staff client preference

(Rebased to Koha version: 3.09.00.018)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-06-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

  Attachment #10557|0   |1
is obsolete||

--- Comment #24 from Marc Véron ve...@veron.ch ---
Created attachment 10570
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10570action=edit
[REBASED] Bug 7563 - Silent print slips using Firefox PlugIn jsPrintSetup and
new staff client preference

...to version 3.09.00.021

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-06-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

  Attachment #10104|0   |1
is obsolete||

--- Comment #19 from Marc Véron ve...@veron.ch ---
Created attachment 10427
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10427action=edit
[REBASED] Bug 8272 - OPAC : date expiration format

Adding TT date filter to output of expiration date
on OPAC user page.

Signed-off-by: Chris Cormack chr...@catalyst.net.nz
Signed-off-by: Delaye Stephane stephane.del...@biblibre.com
Signed-off-by: Paul Poulain paul.poul...@biblibre.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-06-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

  Attachment #10427|1   |0
   is patch||
  Attachment #10427|0   |1
is obsolete||

--- Comment #20 from Marc Véron ve...@veron.ch ---
Comment on attachment 10427
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10427
[REBASED] Bug 8272 - OPAC : date expiration format

Something went wrong with teh attachment...

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-06-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

  Attachment #10104|1   |0
is obsolete||

--- Comment #21 from Marc Véron ve...@veron.ch ---
Comment on attachment 10104
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10104
Bug 7563 [ENH] - Silent print slips using Firefox PlugIn jsPrintSetup and new
staff client preference

REstoring previous attachment...

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-06-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

  Attachment #10104|0   |1
is obsolete||

--- Comment #22 from Marc Véron ve...@veron.ch ---
Created attachment 10428
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10428action=edit
[REBASED] Bug 7563 [ENH] - Silent print slips using Firefox PlugIn jsPrintSetup
and new staff client preference

Configure slip printers to print slips (silently) to a special printer using
the Firefox PlugIn jsPrintSetUp.
All other print actions are not affected. See http://jsprintsetup.mozdev.org/
for all the possibilities
(e.g. change header/footer, get a list of printers, set printer etc.).

The overall concept is to have a new staff client preference
(IntranetSlipPrinterJS) where one can enter the necessary JavaScript.

If the preference is empty, Koha falls back to te default behaviour. An example
of JavaScript can be found on:
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Signed-off-by: Chris Cormack ch...@bigballofwax.co.nz

http://bugs.koha-community.org/show_bug.cgi?id=7653

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-06-13 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

--- Comment #18 from Marc Véron ve...@veron.ch ---
Paul and Jonathan,

Thank you for your comments. When I introduced this feature, I was aware that
it could be used at other places as well. This version is just for the use case
where a lot of printing occurs, and it was made by advice of the librarians in
our group who often work at the front desk and who told me that not having this
feature could be a killer argument against Koha.

I really would appreciate if you could push it, and I will be happy to deliver
follow ups for the other use cases as well.

Thanks again
Marc

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-06-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

 CC||jonathan.dru...@biblibre.co
   ||m

--- Comment #17 from Jonathan Druart jonathan.dru...@biblibre.com ---
Paul, I agree with you, this feature must be used for all occurrences of
window.print. But it is not blocking.
I think this patch could be pushed though a followup is required asap.
I let you make the decision ;-)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-06-11 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

--- Comment #16 from Paul Poulain paul.poul...@biblibre.com ---
QA Comment: small new feature, introduced nicely through a systempreference, in
a nice and extensible way I think.

It would be worth to add it also on other places where we do a window.print()
for consistency. grep -R window.print() * shows that we print in the
following pages:
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detailprint.tt:   
window.print();
koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt:   
window.print();
koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt:   
window.print();
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt:   
window.print();
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt:   
window.print();
koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt:   
body id=labels_spinelabel-print class=tools labels
onLoad=window.print()
koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt:button
onclick=window.print()Print this label/button
koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfer-slip.tt:window.print();
koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt:window.print();
koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview-slip.tt:   a
class=button href=javascript:window.print();self.close()Print/a nbsp;
a class=button href=javascript:self.close()Close/a
koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt:p class=noprinta
href=# onclick=window.print(); return false;Print/a nbsp; a href=#
class=closeClose/a/p
koha-tmpl/intranet-tmpl/prog/en/xslt/oilsMARC21slim2HTML.xsl:divbutton
onclick='window.print();'Print Page/button/div

I hesitate failing QA because of this non consistent behaviour, I won't mark it
passed QA nor failed QA, to get another QA team opinion.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-06-10 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

   Attachment #9981|0   |1
is obsolete||

--- Comment #8 from Marc Véron ve...@veron.ch ---
Created attachment 10063
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10063action=edit
Bug 7563 [ENH] - Silent print slips using Firefox PlugIn jsPrintSetup and new
staff client preference

Configure slip printers to print slips (silently) to a special printer using
the Firefox PlugIn jsPrintSetUp.
All other print actions are not affected. See http://jsprintsetup.mozdev.org/
for all the possibilities
(e.g. change header/footer, get a list of printers, set printer etc.).

The overall concept is to have a new staff client preference
(IntranetSlipPrinterJS) where one can enter the necessary JavaScript.

If the preference is empty, Koha falls back to te default behaviour. An example
of JavaScript can be found on:
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

i# Please enter the commit message for your changes. Lines starting

Signed-off-by: Marc Veron ve...@veron.ch

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-06-10 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

--- Comment #9 from Marc Véron ve...@veron.ch ---
Did not longer apply, redone patch.

Signed off by  in last comment by mistake.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-06-10 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

  Attachment #10063|0   |1
is obsolete||

--- Comment #10 from Chris Cormack ch...@bigballofwax.co.nz ---
Created attachment 10068
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10068action=edit
Bug 7563 [ENH] - Silent print slips using Firefox PlugIn jsPrintSetup and new
staff client preference

Configure slip printers to print slips (silently) to a special printer using
the Firefox PlugIn jsPrintSetUp.
All other print actions are not affected. See http://jsprintsetup.mozdev.org/
for all the possibilities
(e.g. change header/footer, get a list of printers, set printer etc.).

The overall concept is to have a new staff client preference
(IntranetSlipPrinterJS) where one can enter the necessary JavaScript.

If the preference is empty, Koha falls back to te default behaviour. An example
of JavaScript can be found on:

Signed-off-by: Marc Veron ve...@veron.ch
Signed-off-by: Chris Cormack ch...@bigballofwax.co.nz

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-06-10 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||ch...@bigballofwax.co.nz

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-06-10 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

  Attachment #10068|0   |1
is obsolete||

--- Comment #11 from Marc Véron ve...@veron.ch ---
Created attachment 10071
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10071action=edit
Bug 7563 [ENH] - Silent print slips using Firefox PlugIn jsPrintSetup and new
staff client preference

Configure slip printers to print slips (silently) to a special printer using
the Firefox PlugIn jsPrintSetUp.
All other print actions are not affected. See http://jsprintsetup.mozdev.org/
for all the possibilities
(e.g. change header/footer, get a list of printers, set printer etc.).

The overall concept is to have a new staff client preference
(IntranetSlipPrinterJS) where one can enter the necessary JavaScript.

If the preference is empty, Koha falls back to te default behaviour. An example
of JavaScript can be found on:
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-06-10 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

  Attachment #10071|0   |1
is obsolete||

--- Comment #12 from Chris Cormack ch...@bigballofwax.co.nz ---
Created attachment 10073
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10073action=edit
Bug 7563 [ENH] - Silent print slips using Firefox PlugIn jsPrintSetup and new
staff client preference

Configure slip printers to print slips (silently) to a special printer using
the Firefox PlugIn jsPrintSetUp.
All other print actions are not affected. See http://jsprintsetup.mozdev.org/
for all the possibilities
(e.g. change header/footer, get a list of printers, set printer etc.).

The overall concept is to have a new staff client preference
(IntranetSlipPrinterJS) where one can enter the necessary JavaScript.

If the preference is empty, Koha falls back to te default behaviour. An example
of JavaScript can be found on:
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Signed-off-by: Chris Cormack ch...@bigballofwax.co.nz

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-06-10 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA
 CC||paul.poul...@biblibre.com

--- Comment #13 from Paul Poulain paul.poul...@biblibre.com ---
QA comment:
I think this change was not really wanted:

-SetVersion($DBversion);
-}

as it result in updatedatabase not compiling:
Missing right curly or square bracket at installer/data/mysql/updatedatabase.pl
line 5434, at end of line
syntax error at installer/data/mysql/updatedatabase.pl line 5434, at EOF
installer/data/mysql/updatedatabase.pl had compilation errors.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-06-10 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

 Status|Failed QA   |Signed Off

--- Comment #14 from Chris Cormack ch...@bigballofwax.co.nz ---
Fixed, was a bad merge conflict fix

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-06-10 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

  Attachment #10073|0   |1
is obsolete||

--- Comment #15 from Chris Cormack ch...@bigballofwax.co.nz ---
Created attachment 10104
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10104action=edit
Bug 7563 [ENH] - Silent print slips using Firefox PlugIn jsPrintSetup and new
staff client preference

Configure slip printers to print slips (silently) to a special printer using
the Firefox PlugIn jsPrintSetUp.
All other print actions are not affected. See http://jsprintsetup.mozdev.org/
for all the possibilities
(e.g. change header/footer, get a list of printers, set printer etc.).

The overall concept is to have a new staff client preference
(IntranetSlipPrinterJS) where one can enter the necessary JavaScript.

If the preference is empty, Koha falls back to te default behaviour. An example
of JavaScript can be found on:
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Signed-off-by: Chris Cormack ch...@bigballofwax.co.nz

http://bugs.koha-community.org/show_bug.cgi?id=7653

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

--- Comment #6 from Marc Véron ve...@veron.ch ---
Created attachment 9981
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9981action=edit
Bug 7563 [ENH] - Silent print slips using Firefox PlugIn jsPrintSetup and new
staff client preference

Configure slip printers to print slips (silently) to a special printer using
the Firefox PlugIn jsPrintSetUp.
All other print actions are not affected. See http://jsprintsetup.mozdev.org/
for all the possibilities
(e.g. change header/footer, get a list of printers, set printer etc.).

The overall concept is to have a new staff client preference
(IntranetSlipPrinterJS) where one can enter the necessary JavaScript.

If the preference is empty, Koha falls back to te default behaviour. An example
of JavaScript can be found on:
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

i# Please enter the commit message for your changes. Lines starting

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

   Attachment #9307|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

--- Comment #7 from Marc Véron ve...@veron.ch ---
Did not longer apply. Remade patch, would be nice to get a signoff.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

--- Comment #2 from Marc Véron ve...@veron.ch ---
Please do not use first patch (mistaked with files). New patch will follow.
Marc

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

 CC||katrin.fisc...@bsz-bw.de

--- Comment #3 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Hi Marc,
you can obsolete the patch, so that noone uses it. It will still be
accesssible.
Details  edit details (behind bug title)  obsolete checkbox

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

   Attachment #9290|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

   Attachment #9306|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

   Attachment #9306|1   |0
   is patch||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

   Attachment #9290|1   |0
   is patch||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

--- Comment #5 from Marc Véron ve...@veron.ch ---
Created attachment 9307
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9307action=edit
Bug 7563 [ENH] : Silent print slips using Firefox PlugIn jsPrintSetup and new
staff client preference

Configure slip printers to print slips (silently) to a special printer using
the Firefox PlugIn jsPrintSetUp.
All other print actions are not affected. See http://jsprintsetup.mozdev.org/
for all the possibilities
(e.g. change header/footer, get a list of printers, set printer etc.).

The overall concept is to have a new staff client preference
(IntranetSlipPrinterJS) where one can enter the necessary JavaScript.

If the preference is empty, Koha falls back to te default behaviour. An example
of JavaScript can be found on:
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563
modified:   installer/data/mysql/sysprefs.sql
modified:   installer/data/mysql/updatedatabase.pl
modified:  
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref
modified:   koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt
modified:   members/printslip.pl

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

 Status|ASSIGNED|Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-04-24 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

--- Comment #1 from Marc Véron ve...@veron.ch ---
Created attachment 9290
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9290action=edit
Bug 7563 [ENH]  - Silent print slips using Firefox PlugIn jsPrintSetup and new
staff client preference

Marc Veron ve...@veron.ch

modified:   mysql/sysprefs.sql
modified:   mysql/updatedatabase.pl
modified:  
../../koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt
modified:  
../../koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt
modified:   ../../members/printslip.pl

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-04-24 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

 Status|NEW |In Discussion

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-04-24 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

 Status|In Discussion   |ASSIGNED

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-04-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

   Assignee|kyle.m.h...@gmail.com   |ve...@veron.ch

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Marc Balmer m...@msys.ch changed:

   What|Removed |Added

 CC||m...@msys.ch

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-02-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

 CC||ve...@veron.ch

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/