diff --git a/index.cfm b/index.cfm
index c7b1831..f1befb5 100644
--- a/index.cfm
+++ b/index.cfm
@@ -61,7 +61,7 @@

-
Сверка договоров — LLM v1.0.63 — Lucee
+
Сверка договоров — LLM v1.0.64 — Lucee
@@ -332,7 +332,7 @@ async function refreshSupps() {
if (data.OK && data.ROWS) {
data.ROWS.forEach(function(r) {
var supp = {};
- data.COLUMNS.forEach(function(c, ci) { supp[c.toLowerCase()] = r[ci]; });
+ data.COLUMNS.forEach(function(c, ci) { supp[c.toLowerCase()] = r[c]; });
console.log('refreshSupps: supp=', supp);
for (var i = 0; i < fileQueue.length; i++) {
if (fileQueue[i].doc_id === supp.document_id) {