diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-10-24 14:32:17 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-10-24 14:32:17 +0000 |
| commit | e9d4c8923edae825db191f081d2f7be3d2021745 (patch) | |
| tree | 3d627cd1e9c5fef605a9a53f608cc3cd16cc63a8 | |
| parent | 49bb9ce77b087632d9488b76873ffc1f18b351ef (diff) | |
| download | webtrees-e9d4c8923edae825db191f081d2f7be3d2021745.tar.gz webtrees-e9d4c8923edae825db191f081d2f7be3d2021745.tar.bz2 webtrees-e9d4c8923edae825db191f081d2f7be3d2021745.zip | |
#876341 - Mutually incompatible report parameters
| -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" /> |
