Commit a3e0a249 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] basic pairing ok on lastname

parent ac5d621b
......@@ -71,7 +71,7 @@ isPairedWith nt nId = runOpaQuery (selectQuery nt nId)
-----------------------------------------------------------------------
pairing :: AnnuaireId -> CorpusId -> ListId -> GargNoServer Int
pairing a c l = do
dataPaired <- dataPairing a (c,l,Authors) lastName namePolicy
dataPaired <- dataPairing a (c,l,Authors) lastName lastName
insertDB $ prepareInsert dataPaired
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment