https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27800 Jason Robb <jrobb@sekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jrobb@sekls.org --- Comment #1 from Jason Robb <jrobb@sekls.org> --- +1 I ended up just adding a little unicode pencil icon via CSS to at least help make it more obvious the cells can be clicked and edited. /*Add icons in front of editable cells in pos*/ #payments td.editable_int::before, #payments td.editable::before { content: "✎ "; color: darkgray; } It would be helpful if each time you add a new row to the sale table, the editable fields are active by default in that row to help visually indicate that those values can be changed. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.