---
 suggestion/suggestion.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl
index 272ca6f..d965a9a 100755
--- a/suggestion/suggestion.pl
+++ b/suggestion/suggestion.pl
@@ -47,7 +47,7 @@ sub Init{
                               );
        }
     $suggestion->{'managedby'}=C4::Context->userenv->{"number"} unless 
($suggestion->{'managedby'});
-    $suggestion->{'createdby'}=C4::Context->userenv->{"number"} unless 
($suggestion->{'createdby'});
+    $suggestion->{'suggestedby'}=C4::Context->userenv->{"number"} unless 
($suggestion->{'suggestedby'});
     $suggestion->{'branchcode'}=C4::Context->userenv->{"branch"} unless 
($suggestion->{'branchcode'});
 }
 
-- 
1.7.4.1

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

Reply via email to