Skip to content

Commit

Permalink
Merge pull request #77 from walteryiphk/patch-1
Browse files Browse the repository at this point in the history
update the is future variable usage
  • Loading branch information
RobWunderlich committed Jun 30, 2018
2 parents 06daa4c + 8c696ae commit 1ac276e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion QVC_Source/Qvc_Calendar.qvs
Expand Up @@ -237,7 +237,7 @@ MapSubString('_qvctemp.Calendar.EscapeCharsMap',
;

// Create a convienence variable we will use to form the variables
SET _qvctemp.vMaxModifier = 'Max({1<@(_f_DateIsFuture)={0},_Qvc.DummyField=@(_Qvc.Calendar.v.SelectedFieldList_$(_fieldPrefix))>}';
SET _qvctemp.vMaxModifier = 'Max({1<$(_f_DateIsFuture)={0},_Qvc.DummyField=@(_Qvc.Calendar.v.SelectedFieldList_$(_fieldPrefix))>}';

IF len('$(Qvc.Global.Extension.Directory)')> 0 THEN
LET _qvctemp.v.Include.ExtSetVariables = replace(
Expand Down Expand Up @@ -459,6 +459,7 @@ SET _f_QuarterSerial=;
SET _f_WeekSerial=;
SET _f_DateSerial=;
SET _fYearQuarter=;
SET _f_DateIsFutur;
SET _monthOffset =;

END SUB
Expand Down

0 comments on commit 1ac276e

Please sign in to comment.