Mulighet for å avbryte produktredigering.
This commit is contained in:
parent
105c625e1e
commit
189af78fd5
|
@ -404,6 +404,11 @@ class EditProductMenu(Menu):
|
|||
self.session.close()
|
||||
self.pause()
|
||||
return
|
||||
elif what == None:
|
||||
print 'Edit aborted'
|
||||
return
|
||||
else:
|
||||
print 'What what?'
|
||||
|
||||
|
||||
class ShowUserMenu(Menu):
|
||||
|
|
Loading…
Reference in New Issue