diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-04 09:35:10 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-04 09:35:10 +0200 |
| commit | a6c19e1eb98d30b5de2df3091ce875cb901a4c05 (patch) | |
| tree | bd71e04174b3db4a01be9402d97b7ace57a1fee9 /archaeological_finds/models_finds.py | |
| parent | b67d8d796e86611b709c37cd25b3212eae7d95be (diff) | |
| download | Ishtar-a6c19e1eb98d30b5de2df3091ce875cb901a4c05.tar.bz2 Ishtar-a6c19e1eb98d30b5de2df3091ce875cb901a4c05.zip | |
QA find: add divide action
Diffstat (limited to 'archaeological_finds/models_finds.py')
| -rw-r--r-- | archaeological_finds/models_finds.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index ad8beb623..24e5227c1 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -1635,7 +1635,9 @@ class Find(BulkUpdatedItem, ValueGetter, DocumentItem, BaseHistorizedItem, _(u"Add to basket"), "fa fa-shopping-basket", "", "", True), (reverse('find-add-treatment', args=[self.pk]), - _(u"Add treatment"), "fa fa-flask", "", "", False), + _(u"Simple treatment"), "fa fa-flask", "", "", False), + (reverse('find-add-divide-treatment', args=[self.pk]), + _(u"Divide treatment"), "fa fa-scissors", "", "", False), ] if get_current_profile().warehouse: actions.append( |
