Quellcode durchsuchen

Fix report name on recent average production report.

Neal Wilson vor 10 Jahren
Ursprung
Commit
c6522259b3
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3
    3
      config/Reports/rwacp.xml

+ 3
- 3
config/Reports/rwacp.xml Datei anzeigen

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:

Laden…
Abbrechen
Speichern