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

--- Comment #6 from Paul Poulain <[email protected]> 2011-11-01 
08:48:56 UTC ---
I can't imagine a relation with MARC here. 

Here is the code :
            <a style="cursor: pointer; color: grey; font-size: 180%;"
onclick="cloneItemBlock('itemblock[% item.itemBlockIndex %]')">+</a>
            <a style="display:none; cursor: pointer; color: grey; font-size:
180%;" onclick="deleteItemBlock('itemblock[% item.itemBlockIndex %]')">-</a>

=> the - is not displayed by default (ie : when only 1 item ordered). It's
displayed when clicking +, by the cloneItemBlock sub (in js/additem.js) .
This sub contains :
    CloneButtonMinus.setAttribute('onclick',"deleteItemBlock('" + index +
random + "')");
    CloneButtonMinus.setAttribute('style',"display:inline");

without any specific condition.

an idea: is there a javascript error that appears when you click on the + ?
(ie: a JS error could stop the js engine, just after duplicating the item)

Other idea: could it be a css problem (ie: do you have a css for staff ?)

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
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/

Reply via email to