From e506da7437b03a6052cfd57a0a0c3b0c27be4f87 Mon Sep 17 00:00:00 2001 From: thaumx <thaumx@gmail.com> Date: Wed, 14 Jun 2017 09:44:10 -0400 Subject: [PATCH] Update nextWeek.tw to trigger standard show scheduled event --- src/uncategorized/nextWeek.tw | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/uncategorized/nextWeek.tw b/src/uncategorized/nextWeek.tw index 2bb00a8f758..4170aaeff81 100644 --- a/src/uncategorized/nextWeek.tw +++ b/src/uncategorized/nextWeek.tw @@ -108,6 +108,14 @@ <<set $PC.labor = 1>> <</if>> +<<if $FCTVenable == 1 && $FCTVreceiver != 0>> + <<set $FCTVcount += 1>> + <<if $FCTVcount >= $FCTVrate && FCTVrate != -1>> + <<set $FCTVcount = 0>> + <<set $FCTVshow = 1>> + <</if>> +<</if>> + <<if $week == $oldWeek>> <<set $week += 1, $day += 7>> <<switch $month>> -- GitLab