Assuming 1) The patch for Bug 5126 is approved and 2) Suggestions
notices are added by hand (or from default sql--see Bug 5127) this
correction should get suggestions notices properly enqueued.
---
 C4/Suggestions.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C4/Suggestions.pm b/C4/Suggestions.pm
index b5eb7a4..cd248d3 100644
--- a/C4/Suggestions.pm
+++ b/C4/Suggestions.pm
@@ -388,7 +388,7 @@ sub ModSuggestion {
             borrowernumber=>$suggestion->{suggestedby},
             suggestionid=>$suggestion->{suggestionid},
             LibraryName => C4::Context->preference("LibraryName"),
-            msg_transport_type=>'email'
+            message_transport_type=>'email'
             });
         if (!$enqueued){warn "can't enqueue letter $letter";}
         }
-- 
1.7.0.4

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches

Reply via email to