Neal Wilson 9 anni fa
parent
commit
35ca681406
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      config/Windows/batchdetailsnew.xml

+ 1
- 1
config/Windows/batchdetailsnew.xml Vedi File

@@ -216,7 +216,7 @@
216 216
 					nameQuery.bind(":id", items[i]);
217 217
 					nameQuery.exec();
218 218
 					nameQuery.next();
219
-					output.writeTextElement("td", nameQuery.value(0));
219
+					output.writeTextElement("td", nameQuery.value(0) + " (" + items[i] + ")");
220 220
 					output.writeStartElement("td");
221 221
 					output.writeAttribute("align", "center");
222 222
 					output.writeCharacters(quantities[i]);

Loading…
Annulla
Salva