diff --git a/Master Template.xlsm b/Master Template.xlsm index 491d644..ac435d5 100644 Binary files a/Master Template.xlsm and b/Master Template.xlsm differ diff --git a/VBA/build.frx b/VBA/build.frx index 648a461..02af97b 100644 Binary files a/VBA/build.frx and b/VBA/build.frx differ diff --git a/VBA/changes.frx b/VBA/changes.frx index 85522b7..7fc051a 100644 Binary files a/VBA/changes.frx and b/VBA/changes.frx differ diff --git a/VBA/fpvt.frx b/VBA/fpvt.frx index 55e75a6..bf8b47d 100644 Binary files a/VBA/fpvt.frx and b/VBA/fpvt.frx differ diff --git a/VBA/openf.frx b/VBA/openf.frx index a749ad5..bf78bca 100644 Binary files a/VBA/openf.frx and b/VBA/openf.frx differ diff --git a/VBA/part.frx b/VBA/part.frx index 4919787..cbb2076 100644 Binary files a/VBA/part.frx and b/VBA/part.frx differ diff --git a/VBA/shMonthView.cls b/VBA/shMonthView.cls index 149e60b..953a844 100644 --- a/VBA/shMonthView.cls +++ b/VBA/shMonthView.cls @@ -418,7 +418,7 @@ Private Sub BuildJson() np("stamp") = Format(DateTime.Now, "yyyy-MM-dd hh:mm:ss") np("user") = Application.UserName np("scenario")("version") = handler.plan - Set np("scenario")("iter") = JsonConverter.ParseJson("[""copy""]") + Set np("scenario")("iter") = JsonConverter.ParseJson("[""copy"",""plan""]") np("source") = "adj" np("type") = "new_basket" np("tag") = shMonthView.Range("MonthTag").Value