https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42827
Andrew Fuerste-Henry <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Andrew Fuerste-Henry <[email protected]> --- New patch here removes an extraneous comma that was breaking a SQL query when testing this bug alone (was fixed when also testing Bug 12278). I'm not sure this is the best fix for this issue. To my mind, an "expected" item is one that has not yet been marked received on any invoice. You code makes this table show a count of items that *were* expected and have since been received. Doesn't this make "items expected" always match the value in "item count"? With the way Koha is currently structured, the count of unreceived expected items for an invoice will *always* be zero, because there is no way to attach an item to an invoice without receiving it. Maybe we just remove/hide this column? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
