http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11844 Yves Tomic <yves.tomic@u-psud.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yves.tomic@u-psud.fr --- Comment #4 from Yves Tomic <yves.tomic@u-psud.fr> --- I've tested this patch and it is working. You can add easily new fields linked to a order line. This function could be very useful to add specific fields to manage your collections. It is true that if a order line is being deleted, additional fields for this order will be stored further in the database, precisely in the table "additional_field_values" but it's a non-blocking feature. Of course, it would be better to have these additional fields deleted too when the order line is being deleted. The encoding problem should be solved. I have created additional fields in french with accented letters and the display is not ok. If the two last issues are fixed, I think that this patch will improve the acquisitions module. -- You are receiving this mail because: You are watching all bug changes.