FSN#36126 Bij multi-add mis je direct multi-delete

svn path=/Website/trunk/; revision=32888
This commit is contained in:
Jos Groot Lipman
2017-02-21 16:12:50 +00:00
parent 18aa560f48
commit a7e9b9af0d
3 changed files with 30 additions and 6 deletions

View File

@@ -145,6 +145,8 @@ function scaffolding(model, scf_params)
case "print":
scaffolding_print(model, scf_params);
break;
default:
abort_with_warning("Unknown scf-mode '{0}'".format(mode));
}
}