Fix rule in drools file, too
This commit is contained in:
parent
02052fbb6a
commit
c285c384ce
@ -129,7 +129,7 @@ rule "10: Redact Authors and Addresses in Reference Table if it is a Vertebrate
|
|||||||
|
|
||||||
rule "11: Redact sponsor company"
|
rule "11: Redact sponsor company"
|
||||||
when
|
when
|
||||||
Section(text.toLowerCase().contains("batches produced at"))
|
Section(searchText.toLowerCase().contains("batches produced at"))
|
||||||
then
|
then
|
||||||
section.redactIfPrecededBy("batches produced at", "sponsor", 11, "Redacted because it represents a sponsor company", "Reg (EC) No 1107/2009 Art. 63 (2g)");
|
section.redactIfPrecededBy("batches produced at", "sponsor", 11, "Redacted because it represents a sponsor company", "Reg (EC) No 1107/2009 Art. 63 (2g)");
|
||||||
end
|
end
|
||||||
Loading…
x
Reference in New Issue
Block a user