Bhikkhu-Kosalla пре 5 година
родитељ
комит
86757df5c0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/studio/plugin/system_print/module_function.js

+ 1 - 1
app/studio/plugin/system_print/module_function.js

@@ -15,7 +15,7 @@ function setPageBreak() {
 	}
 }
 function menu_file_print_printpreview(isPrev) {
-	//setPageBreak();
+	setPageBreak();
 	printpreview(true);
 }
 function printpreview(isPrev) {