Browse Source

Fix report name on recent average production report.

Neal Wilson 8 years ago
parent
commit
c6522259b3
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      config/Reports/rwacp.xml

+ 3
- 3
config/Reports/rwacp.xml View File

@@ -21,7 +21,7 @@
21 21
     </menu>
22 22
     <program>
23 23
         <![CDATA[
24
-            this.windowTitle = "Typica - Recent Average Weekly Coffee Production";
24
+            this.windowTitle = "Typica - Recent Average Coffee Production";
25 25
             var report = findChildObject(this, 'report');
26 26
             var printMenu = findChildObject(this, 'print');
27 27
             printMenu.triggered.connect(function() {
@@ -74,10 +74,10 @@
74 74
                 output.writeStartElement("html");
75 75
                 output.writeAttribute("xmlns", "http://www.w3.org/1999/xhtml");
76 76
                 output.writeStartElement("head");
77
-                output.writeTextElement("title", "Recent Average Weekly Coffee Production");
77
+                output.writeTextElement("title", "Recent Average Coffee Production");
78 78
                 output.writeEndElement();
79 79
                 output.writeStartElement("body");
80
-                output.writeTextElement("h1", "Recent Average Weekly Coffee Production");
80
+                output.writeTextElement("h1", "Recent Average Coffee Production");
81 81
                 switch(unitBox.currentIndex)
82 82
                 {
83 83
                     case 0:

Loading…
Cancel
Save