https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23049
--- Comment #56 from Marcel de Rooy <[email protected]> --- INSERT IGNORE INTO account_debit_types ( code, default_amount, description, can_be_added_manually, is_system ) SELECT SUBSTR(authorised_value, 1, 64), lib, authorised_value, 1, 0 This does not match somehow. Default amount filled by lib ? -- 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/
