http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12395 --- Comment #41 from Paola Rossi <paola.rossi@cineca.it> --- Thank you very much, Julian! [in the meanwhile I've installed some not-required perl modules.] (In reply to Julian Maurice from comment #40):
could you check that Koha/Schema/Result/Aqorder.pm contains an entry about created_by ? yes, it does! The file Koha/Schema/Result/Aqorder.pm in my branch has been updated:
cat -n Koha/Schema/Result/Aqorder.pm | grep 'created_by' 97 =head2 created_by 273 "created_by",
could you check that you have the aqorders.created_by field in your database ? yes, I have; and now the "created_by" field is OK, either for existing orders or for new orders!
Now the "More" option is OK either for existing orders or for new orders! Whilst the orderreceive.pl still shows "Created by: No name" in both the cases of orders (ERROR). -- You are receiving this mail because: You are watching all bug changes.