https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27776
ByWater Sandboxes <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #117364|0 |1 is obsolete| | --- Comment #5 from ByWater Sandboxes <[email protected]> --- Created attachment 117668 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=117668&action=edit Bug 27776: Remove default sort order of sales table This patch drops the default sort on table initialisation so that the table remains sorted in the order in which items are added unless the user explicitly chooses to apply a sort order. We also correct a mistake in the targets for disabling sorting on the 'Actions' column and update the hidden 'CODE' column to use the same syntax as the other definitions for consistency. Test plan 1/ Enable the point of sale system and set some debit types to allow sale. 2/ Navigate to the point of sale page and added some items to sell 3/ Update the price for a few lines and note the sort order does not change. 4/ Update the quantity for a few lines and note the sort order does not change. 5/ Sort a column using the headers and note it works 6/ Signoff Signed-off-by: Sally <[email protected]> -- 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/
