This commit is contained in:
resteve 2015-08-23 19:17:49 +02:00
parent 6fe2bd1804
commit 67471b0f4c
1 changed files with 1 additions and 2 deletions

View File

@ -104,8 +104,7 @@ class ProductOneClickView(ModelView):
}),
('//page[@id="purchase"]', 'states', {
'invisible': Not(Bool(Eval('purchasable'))),
}),
]
})]
class ProductOneClick(Wizard):