Skip to content

Commit

Permalink
removed privilege for 9.I that should not appear. fixes issue 504rule…
Browse files Browse the repository at this point in the history
  • Loading branch information
jhager committed Feb 27, 2018
1 parent 11f42f0 commit e5a8567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@ <h2>Goods Sale:</h2>
'8': {allow: ['1.I', '1.II'], disallow: [] },
'9': {allow: ['6.I', '6.II'], disallow: [] },
'10': {allow: ['5'], disallow: [] },
'11': {allow: ['all'], disallow: [] },
'11': {allow: ['all'], disallow: ['9.I'] },
'12': {allow: ['7.I', '7.II'], disallow: [] },
},
'II': {
Expand Down

0 comments on commit e5a8567

Please sign in to comment.