https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17469
--- Comment #18 from M. Tompsett <[email protected]> --- Comment on attachment 59048 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=59048 Bug 17469: Follow-up adding hold print notice Review of attachment 59048: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=17469&attachment=59048) ----------------------------------------------------------------- Not sure which solution is best and most likely to be accepted by the community. ::: installer/data/mysql/fr-CA/obligatoire/sample_notices.sql @@ +15,4 @@ > ('orderacquisition','ACQORDER','','Acquisition > order',0,'Order','<<aqbooksellers.name>>\r\n<<aqbooksellers.address1>>\r\n<<aqbooksellers.address2>>\r\n<<aqbooksellers.address3>>\r\n<<aqbooksellers.address4>>\r\n<<aqbooksellers.phone>>\r\n\r\nPlease > order for the library:\r\n\r\n<order>Ordernumber <<aqorders.ordernumber>> > (<<biblio.title>>) (quantity: <<aqorders.quantity>>) ($<<aqorders.listprice>> > each).</order>\r\n\r\nThank you,\n\n<<branches.branchname>>', 'email'), > ('members','ACCTDETAILS','','Modèle de message pour les détails d\'un compte > lecteur - DEFAULT',0,'Votre compte Koha','Bonjour <<borrowers.firstname>> > <<borrowers.surname>>,\r\n\r\nLes informations pour vous connecter à votre > compte lecteur sont :\r\n\r\nIdentifiant : <<borrowers.userid>>\r\nMot de > passe: <<borrowers.password>>\r\n\r\nSi vous rencontrez des problèmes ou avez > des questions concernant votre compte, veuillez contacter l\'administrateur > de Koha.\r\n\r\nMerci, \r\nL\'administrateur de > Koha\r\[email protected]','email'), > ('reserves','HOLD','','Réservation en attente de retrait',0,'Réservation en > attente de retrait à <<branches.branchname>>','Bonjour > <<borrowers.firstname>> <<borrowers.surname>>,\r\n\r\nVotre réservation est > disponible depuis le <<reserves.waitingdate>> :\r\n\r\nTitre : > <<biblio.title>>\r\nAuteur : <<biblio.author>>\r\nCopie : > <<items.copynumber>>\r\nLocalisation : > <<branches.branchname>>\r\n<<branches.branchaddress1>>\r\n<<branches.branchaddress2>>\r\n<<branches.branchaddress3>>\r\n<<branches.branchcity>> > <<branches.branchzip>>\r\n\r\nNous vous invitons à venir emprunter votre > document rapidement.\r\n\r\nMerci.\r\n\r\n<<branches.branchname>>','email'), > +('reserves', 'HOLD', 'Réservation disponible pour retrait', 'Réservation > disponible à la banque de retrait du site <<branches.branchname>>', > '<<branches.branchname>>\n<<branches.branchaddress1>>\n<<branches.branchaddress2>>\n\n\nLe > service des réservations\n\n\n\n\n\n\n\n<<borrowers.firstname>> > <<borrowers.surname>>\n<<borrowers.address>>\n<<borrowers.city>> > <<borrowers.zipcode>>\n\n\n\n\n\n\n\n\n\n\n<<borrowers.firstname>> > <<borrowers.surname>> <<borrowers.cardnumber>>\n\nVotre réservation est > disponible pour retrait depuis le <<reserves.waitingdate>>:\r\n\r\nTitre: > <<biblio.title>>\r\nAuteur: <<biblio.author>>\r\nNuméro de fascicule: > <<items.copynumber>>\r\n', 'print'), Good try, but '' and 0 are missing, as the field lists between the fr-FR and fr-CA differ. A separate INSERT statement would be better, if you are going to cut and paste. Otherwise, make sure the fields line up. Another cut-and-paste idea would be just to copy the email HOLD above, and change it to 'print' on the end. I am sure the folks pushing for this will submit a fix on another bug. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
