SU2-33 | Фикс перезаписи парсером значений в БД

This commit is contained in:
Dmitry
2026-04-20 18:45:52 +00:00
parent e9660f016f
commit 44cd3993ac
2 changed files with 30 additions and 4 deletions
@@ -83,7 +83,6 @@ module ReportParsers
has_code = normalized_cells.any? { |text| text == 'код' || text.start_with?('код ') || text.start_with?('код:') }
return row if has_name && has_code
end
1
end