Skip to content
Snippets Groups Projects
Commit e5812a45 authored by Franck Dary's avatar Franck Dary
Browse files

Added bug where GOV tape was mandatory

parent 41d27f5b
No related branches found
No related tags found
No related merge requests found
......@@ -820,6 +820,9 @@ void Config::setLastIndexPrinted(int lastIndexPrinted)
void Config::setGovsAsUD(bool ref)
{
if (!hasTape("GOV"))
return;
auto & ids = getTape("ID");
auto & govs = getTape("GOV");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment