Browse Source

Fix report name on recent average production report.

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

Loading…
Cancel
Save