form feed isn't working with my sp200 printer.. this should become a setting.. a...
authorpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 21 Feb 2007 22:02:31 +0000 (22:02 +0000)
committerpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 21 Feb 2007 22:02:31 +0000 (22:02 +0000)
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

index 8de8d57..96c97d1 100644 (file)
@@ -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;