Oppdaterte placement-funksjonene for å utheve en kategori dersom to argumenter blir gitt (hylle og kategori).

This commit is contained in:
2011-03-05 22:57:27 +00:00
parent 232d53380a
commit 8b425a26ef
2 changed files with 7 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ commands = { 'show':
'options': [],
'fun': edit_book_or_person },
'map':
{ 'args': [('shelfname', (0,1))],
{ 'args': [('shelfname', (0,1)), ('category', (0,1))],
'options': [],
'fun': placement.print_shelf_cmd }
}