diff --git a/mr/mr0400a.uml b/mr/mr0400a.uml index b788afc4b..6286677ae 100755 --- a/mr/mr0400a.uml +++ b/mr/mr0400a.uml @@ -7,20 +7,7 @@ BEGIN PROMPT -14 -1 "" END -BUTTON DLG_INFO 10 2 -BEGIN - PROMPT -24 -11 "" -END - -BUTTON DLG_HELP 10 2 -BEGIN - PROMPT -34 -11 "" -END - -BUTTON DLG_QUIT 10 2 -BEGIN - PROMPT -44 -1 "" -END +#include ENDPAGE diff --git a/mr/mr2200.cpp b/mr/mr2200.cpp index 428c8af5b..397bdf88e 100755 --- a/mr/mr2200.cpp +++ b/mr/mr2200.cpp @@ -439,8 +439,7 @@ int TPlanning_mask::test_status(const TRectype& doc, int s) const bool TPlanning_mask::test_special(const TString & num) const { - const TRectype & rec = cache().get("%NUM", num); - + const TRectype& rec = cache().get("%NUM", num); return rec.get_bool("B9"); }