diff options
Diffstat (limited to 'modules_v3/occupation_report/report.xml')
| -rw-r--r-- | modules_v3/occupation_report/report.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/occupation_report/report.xml b/modules_v3/occupation_report/report.xml index ba14a7f483..2528fd7ec7 100644 --- a/modules_v3/occupation_report/report.xml +++ b/modules_v3/occupation_report/report.xml @@ -63,7 +63,7 @@ </TextBox> </Header> <Body> - <List list="individual" filter1="OCCU CONTAINS $occupation" sortby="$sortby"> + <List list="individual" filter1="OCCU CONTAINS $occupation" filter2="REGEXP /\n1 OCCU/" sortby="$sortby"> <SetVar name="moreoccupation" value="0" /> <!-- Printed List counter --> <SetVar name="printedoccupation" value="$printedoccupation + 1" /> |
