From 104c9e990ea433789f477cdea039b149d8e8f77e Mon Sep 17 00:00:00 2001 From: pines Date: Wed, 21 Feb 2007 22:02:31 +0000 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/chrome/content/util/print.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0