From: pines Date: Wed, 21 Feb 2007 22:02:31 +0000 (+0000) Subject: form feed isn't working with my sp200 printer.. this should become a setting.. a... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=104c9e990ea433789f477cdea039b149d8e8f77e;p=Evergreen.git form feed isn't working with my sp200 printer.. this should become a setting.. a field for control codes git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@6980 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/chrome/content/util/print.js b/Open-ILS/xul/staff_client/chrome/content/util/print.js index 8de8d57f63..96c97d1fb9 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/print.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/print.js @@ -68,7 +68,7 @@ util.print.prototype = { } else { w = msg; } - if (! params.no_form_feed) { w = w + '\r\n\f'; } + if (! params.no_form_feed) { w = w + '\r\n\r\n\r\n\r\n\r\n\r\n\f'; } obj.NSPrint(w, silent, params); return; break;