Skip to content

Commit

Permalink
fix: Исправление генерерации СНИЛС при контроль числе равным 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daabramov committed Aug 1, 2023
1 parent ef17f24 commit 9d24565
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
ЧастиСнилс[0],
ЧастиСнилс[1],
ЧастиСнилс[2],
Формат(КонтрольноеЧисло, "ЧЦ=2; ЧВН=;")
?(КонтрольноеЧисло = 0, "00", Формат(КонтрольноеЧисло, "ЧЦ=2; ЧВН=;"))
);

КонецФункции
Expand Down

0 comments on commit 9d24565

Please sign in to comment.