http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12164
--- Comment #7 from Jonathan Druart <[email protected]> --- Created attachment 27911 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27911&action=edit script for testing this feature To test this feature, you can use this patch to create and delete a fund structure and orders (received and unreceived). The structure will be: budget_1 (1 pending, 0 ordered) > budget_11 (3 pending, 4 ordered) >> budget_111 (2 pending, 1 ordered) > budget_12 (4 pending, 3 ordered) budget_2 (1 pending, 0 ordered) > budget_21 (0 pending, 0 ordered) 1 order is 2 items (cost: 10 each). Create the data: perl bug_12164.pl create Delete the data: perl bug_12164.pl delete Note: The delete action does *not* remove created items. Important note: Backup your database before using this script! -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
