Neal Wilson 9 лет назад
Родитель
Сommit
35ca681406
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      config/Windows/batchdetailsnew.xml

+ 1
- 1
config/Windows/batchdetailsnew.xml Просмотреть файл

@@ -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]);

Загрузка…
Отмена
Сохранить