[Koha-bugs] [Bug 10825] detail.tt displays duplicated enumchron values for serial items

2014-08-13 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

Kyle M Hall  changed:

   What|Removed |Added

 CC||k...@bywatersolutions.com

--- Comment #32 from Kyle M Hall  ---
Picked for 3.12.15!

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

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

Fridolin SOMERS  changed:

   What|Removed |Added

 Status|Pushed to Master|Pushed to Stable
 CC||fridolyn.som...@biblibre.co
   ||m

--- Comment #31 from Fridolin SOMERS  ---
Pushed to 3.14.x, will be in 3.14.10

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2014-05-05 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

--- Comment #30 from M. Tompsett  ---
*** Bug 5768 has been marked as a duplicate of this bug. ***

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2014-04-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

Galen Charlton  changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||gmcha...@gmail.com

--- Comment #29 from Galen Charlton  ---
Pushed to master.  Thanks, Mason and Mark!

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2014-04-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

Katrin Fischer  changed:

   What|Removed |Added

  Attachment #27101|0   |1
is obsolete||

--- Comment #28 from Katrin Fischer  ---
Created attachment 27119
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27119&action=edit
[PASSED QA] Bug 10825 - detail.tt displays duplicated enumchron values for
serial items

TEST PLAN
-
1) Find a data point that displays like the picture on this
bug report.
   -- in MySQL:
  SELECT items.biblionumber,items.enumchron,serial.serialseq
  FROM items,serial,serialitems
  WHERE items.itemnumber=serilaitems.itemnumber
AND serialitems.serialid=serial.serialid;
2) Apply the patch
3) Refresh the screen
4) Does it look like the second picture now with the duplication
removed?
5) Run koha qa test tools

I did attempt with default and blank for the XSLT system
preferences for the staff client.

This accounts for Nicole's comment #12.

Signed-off-by: Mason James 
Signed-off-by: Mark Tompsett 
Signed-off-by: Katrin Fischer 
Works as described, passes tests and QA script.
Template change only.

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2014-04-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

Katrin Fischer  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2014-04-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

--- Comment #27 from Katrin Fischer  ---
I am not totally sure why we'd want to display both there or why they might be
different, but the patch just ensures that only one shows when both are the
same - so this seems a harmless improvement.

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2014-04-14 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

--- Comment #26 from M. Tompsett  ---
Considering that both you and I tested it, Mason, and it was initially your
patch. I'm not concerned about the author. I'm concerned about getting patches
into Koha to improve it. We have two independent folk saying the patch is good.
QA'ing seems the next logical 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 10825] detail.tt displays duplicated enumchron values for serial items

2014-04-14 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

M. Tompsett  changed:

   What|Removed |Added

  Attachment #27100|0   |1
is obsolete||

--- Comment #25 from M. Tompsett  ---
Created attachment 27101
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27101&action=edit
[SIGNED OFF] Bug 10825 - detail.tt displays duplicated enumchron values for
serial items

TEST PLAN
-
1) Find a data point that displays like the picture on this
bug report.
   -- in MySQL:
  SELECT items.biblionumber,items.enumchron,serial.serialseq
  FROM items,serial,serialitems
  WHERE items.itemnumber=serilaitems.itemnumber
AND serialitems.serialid=serial.serialid;
2) Apply the patch
3) Refresh the screen
4) Does it look like the second picture now with the duplication
removed?
5) Run koha qa test tools

I did attempt with default and blank for the XSLT system
preferences for the staff client.

This accounts for Nicole's comment #12.

Signed-off-by: Mason James 
Signed-off-by: Mark Tompsett 

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2014-04-14 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

M. Tompsett  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2014-04-14 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

M. Tompsett  changed:

   What|Removed |Added

 Status|In Discussion   |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 10825] detail.tt displays duplicated enumchron values for serial items

2014-04-14 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

M. Tompsett  changed:

   What|Removed |Added

  Attachment #27090|0   |1
is obsolete||

--- Comment #24 from M. Tompsett  ---
Created attachment 27100
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27100&action=edit
Bug 10825 - detail.tt displays duplicated enumchron values for serial items

TEST PLAN
-
1) Find a data point that displays like the picture on this
bug report.
   -- in MySQL:
  SELECT items.biblionumber,items.enumchron,serial.serialseq
  FROM items,serial,serialitems
  WHERE items.itemnumber=serilaitems.itemnumber
AND serialitems.serialid=serial.serialid;
2) Apply the patch
3) Refresh the screen
4) Does it look like the second picture now with the duplication
removed?
5) Run koha qa test tools

I did attempt with default and blank for the XSLT system
preferences for the staff client.

This accounts for Nicole's comment #12.

Signed-off-by: Mason James 

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2014-04-14 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

--- Comment #23 from Mason James  ---
(In reply to Mason James from comment #22)
> Mark you might need to update the 'author' of your patch..
> 
> you patch still has my name on it

i've tested Mark's patch, it looks good and works as expected

thanks Mark! :)

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2014-04-14 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

Mason James  changed:

   What|Removed |Added

   See Also|http://bugs.koha-community. |
   |org/bugzilla3/show_bug.cgi? |
   |id=10823|
 Blocks||10823
 Depends on|10823   |

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2014-04-14 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

--- Comment #22 from Mason James  ---
Mark you might need to update the 'author' of your patch..

you patch still has my name on it

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2014-04-14 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

Mason James  changed:

   What|Removed |Added

  Attachment #26225|0   |1
is obsolete||

--- Comment #21 from Mason James  ---
Created attachment 27090
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27090&action=edit
Bug 10825 - detail.tt displays duplicated enumchron values for serial items

TEST PLAN
-
1) Find a data point that displays like the picture on this
bug report.
2) Apply the patch
3) Refresh the screen
4) Does it look like the second picture now with the duplication
removed?
5) Run koha qa test tools

I did attempt with default and blank for the XSLT system
preferences for the staff client.

This accounts for Nicole's comment #12.

Signed-off-by: Mason James 

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2014-04-14 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

Mason James  changed:

   What|Removed |Added

  Attachment #26224|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 10825] detail.tt displays duplicated enumchron values for serial items

2014-04-14 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

--- Comment #20 from Mason James  ---
(In reply to M. Tompsett from comment #16)
> Magnus, the first one does not account for Nicole's comment #12. However,
> since I do not know the validity of the suggestion, I coded a counter-patch
> which does account for it as noted in comment #14.
> 
> You apply one or the other -- not both.
> 
> The first patch will only put out enumchron if enumchron is defined, and if
> it is not defined, then it will consider putting out serialseq.
> 
> The second patch will put out both enumchron and serialseq if they are
> different. And it will only put them out if they are defined.
> 
> Hope this clears that up.

Mark's patch sounds better than my patch, lets use that one...

i will mark my patch '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 10825] detail.tt displays duplicated enumchron values for serial items

2014-04-13 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

M. Tompsett  changed:

   What|Removed |Added

 Status|Needs Signoff   |In Discussion
 Depends on||10823

--- Comment #19 from M. Tompsett  ---
This will solve the duplicate problem after the styling issue is dealt with.
Hence, I have made this depend on 10823.

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2014-03-31 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

M. Tompsett  changed:

   What|Removed |Added

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

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2014-03-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

--- Comment #18 from M. Tompsett  ---
Useful information for testing

1) Log into staff client, note library branch.
2) Change branch to one that has serials.
3) Click 'Serials'.
4) Click 'Submit' button for lots of results.
5) Choose one that has received items, click the title.
6) Click 'Serial collection' in the left panel.
7) Check an edit box, and click the 'Edit serials' button.
8) Manually edit the "Numbered" as needed.
9) Click 'Home'
10) Click 'Serials'
11) Click 'Submit' button for lots of results.
12) For the item modified (or just viewed), note the ISSN number.
Use it to find the biblio number.

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2014-03-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

--- Comment #17 from M. Tompsett  ---
In order to find one try select biblionumber,serialseq from serial and then use
one of those biblionumbers in the
http://STAFF/cgi-bin/koha/catalogue/detail.pl?biblionumber=### URL.

select serial.biblionumber as bibno,biblioitems.biblioitemnumber as
bibino,items.itemnumber as
itemno,items.dateaccessioned,items.enumchron,serialseq from
serial,biblioitems,items,serialitems where serial.serialid=serialitems.serialid
and serialitems.itemnumber=items.itemnumber and
serial.biblionumber=biblioitems.biblionumber and
biblioitems.biblioitemnumber=items.biblioitemnumber order by
biblioitems.biblionumber;

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2014-03-13 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

M. Tompsett  changed:

   What|Removed |Added

 CC||mtomp...@hotmail.com

--- Comment #16 from M. Tompsett  ---
Magnus, the first one does not account for Nicole's comment #12. However, since
I do not know the validity of the suggestion, I coded a counter-patch which
does account for it as noted in comment #14.

You apply one or the other -- not both.

The first patch will only put out enumchron if enumchron is defined, and if it
is not defined, then it will consider putting out serialseq.

The second patch will put out both enumchron and serialseq if they are
different. And it will only put them out if they are defined.

Hope this clears that up.

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2014-03-13 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

Magnus Enger  changed:

   What|Removed |Added

 CC||mag...@enger.priv.no

--- Comment #15 from Magnus Enger  ---
Hm, I'm a bit confused. This bug has two patches, both with Mason as the
author. Both batches are uploaded by Mark, but one has a signed off line from
Mark and one does not. 

Mark: Did you mean to sign off both of these, but forgot to add the signoff to
the second one? Should it be marked "Signed off"?

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2014-03-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

--- Comment #14 from M. Tompsett  ---
Created attachment 26225
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26225&action=edit
Bug 10825 - detail.tt displays duplicated enumchron values for serial items

TEST PLAN
-
1) Find a data point that displays like the picture on this
bug report.
2) Apply the patch
3) Refresh the screen
4) Does it look like the second picture now with the duplication
removed?
5) Run koha qa test tools

I did attempt with default and blank for the XSLT system
preferences for the staff client.

This accounts for Nicole's comment #12.

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2014-03-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

M. Tompsett  changed:

   What|Removed |Added

  Attachment #21120|0   |1
is obsolete||

--- Comment #13 from M. Tompsett  ---
Created attachment 26224
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26224&action=edit
[SIGNED OFF] Bug 10825 - detail.tt displays duplicated enumchron values for
serial items

TEST PLAN
-
1) Find a data point that displays like the picture on this
bug report.
2) Apply the patch
3) Refresh the screen
4) Does it look like the second picture now with the duplication
removed?
5) Run koha qa test tools

I did attempt with default and blank for the XSLT system
preferences for the staff client.

This does go against Nicole's comment #12. Counter patch to
follow.

Signed-off-by: Paola Rossi 
Signed-off-by: Mark Tompsett 

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2014-01-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

Nicole C. Engard  changed:

   What|Removed |Added

 CC||neng...@gmail.com

--- Comment #12 from Nicole C. Engard  ---
I have seen this, but I would like to note that not always are items.enumchron
and serial.serialseq the same thing - I think we actually had someone make it
show both a little while back because of just that.  I thought I had a bug
suggestion a way to break this in to two columns or style it so we can hide one
if want but I can't find that bug.  

I do not vote to removing one altogether though.

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 10825] detail.tt displays duplicated enumchron values for serial items

2013-11-13 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

--- Comment #11 from Liz Rea  ---
I suspect there is a combination of system preferences that makes this bug
manifest. Among the possibilities are XSLT vs Normal display, Separate holdings
vs unified holdings, and possibly others. This patch only addresses one of the
possibilities - will submit follow up for second case.

Cheers,
Liz

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2013-11-10 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

Liz Rea  changed:

   What|Removed |Added

 Status|Failed QA   |Needs Signoff
 CC||l...@catalyst.net.nz

--- Comment #10 from Liz Rea  ---
I am actually seeing this bug - will get test data that can replicate to test
the patch.

Liz

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2013-10-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

--- Comment #9 from Katrin Fischer  ---
Hi Bob,

thx for the comment :) I had tested with items created in serials, but I just
couldn't make both fields show up :(

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2013-10-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

Bob Birchall  changed:

   What|Removed |Added

 CC||b...@calyx.net.au

--- Comment #8 from Bob Birchall  ---
(In reply to Katrin Fischer from comment #7)
> Hi Mason,
> 
> I am sorry, but I can't reproduce the wrong display. I am wondering where
> the date and serialseq should be pulled from? Can you please clarify?


Hi Cait, as far as I understand, the problem arises only for serials items
received through the Serials module.  Mason tells me that both items.enumchron
and serial.serialseq are displayed, hence the duplication.  I hope this helps.

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2013-09-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

Katrin Fischer  changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA

--- Comment #7 from Katrin Fischer  ---
Hi Mason,

I am sorry, but I can't reproduce the wrong display. I am wondering where the
date and serialseq should be pulled from? Can you please clarify?

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2013-09-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

Katrin Fischer  changed:

   What|Removed |Added

 CC||katrin.fisc...@bsz-bw.de
   Assignee|oleon...@myacpl.org |m...@kohaaloha.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 10825] detail.tt displays duplicated enumchron values for serial items

2013-09-16 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

Paola Rossi  changed:

   What|Removed |Added

  Attachment #21110|0   |1
is obsolete||

--- Comment #6 from Paola Rossi  ---
Created attachment 21120
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21120&action=edit
Bug 10825 - detail.tt displays duplicated enumchron values for serial items

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2013-09-16 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

Paola Rossi  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2013-09-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

Mason James  changed:

   What|Removed |Added

 Status|NEW |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 10825] detail.tt displays duplicated enumchron values for serial items

2013-09-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

--- Comment #5 from Mason James  ---
Created attachment 21110
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21110&action=edit
Bug 10825 - detail.tt displays duplicated enumchron values for serial items

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2013-09-13 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

Mason James  changed:

   What|Removed |Added

  Attachment #20793|0   |1
is obsolete||

--- Comment #4 from Mason James  ---
Comment on attachment 20793
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20793
Bug 10825 - detail.tt displays duplicated enumchron values for serial items

hmm, this patch looks buggy - i will test and resumbit...

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2013-09-04 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

--- Comment #3 from Mason James  ---
Created attachment 20794
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20794&action=edit
pic, after applied 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 10825] detail.tt displays duplicated enumchron values for serial items

2013-09-04 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

Mason James  changed:

   What|Removed |Added

   Patch complexity|--- |Trivial 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 10825] detail.tt displays duplicated enumchron values for serial items

2013-09-04 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

--- Comment #2 from Mason James  ---
Created attachment 20793
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20793&action=edit
Bug 10825 - detail.tt displays duplicated enumchron values for serial items

-- 
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 10825] detail.tt displays duplicated enumchron values for serial items

2013-09-04 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10825

--- Comment #1 from Mason James  ---
Created attachment 20792
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20792&action=edit
pic

-- 
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/