Skip to content

Commit

Permalink
correct "used genera" query so it corresponds to usedgenera count.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrasca committed Oct 5, 2016
1 parent 49e79ce commit 77b2511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bauble/plugins/plants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def __init__(self):
utils.make_label_clickable(
self.widgets.splash_ngenuse,
lambda *a: bauble.gui.send_command(
'genus where not species = Empty'))
'genus where species.accessions.id!=0'))

utils.make_label_clickable(
self.widgets.splash_nspctot,
Expand Down

0 comments on commit 77b2511

Please sign in to comment.