Protection anti oublie de période renforcée

pull/492/head
Mael 2019-03-01 18:25:45 +01:00 committed by Johan Girod
parent 60109221e6
commit 45a3348cbf
1 changed files with 2 additions and 2 deletions

View File

@ -139,11 +139,11 @@ export let treatVariableTransforms = (rules, rule) => parseResult => {
// Exceptions
if (!rule.période && !inlinePeriodTransform) {
if (ruleToTransform.période == 'flexible')
if (ruleToTransform.période)
throw new Error(
`Attention, une variable sans période, ${
rule.dottedName
}, qui appelle une variable à période flexible, ${
}, qui appelle une variable à période, ${
ruleToTransform.dottedName
}, c'est suspect !
`