[IMP] crm, leads: closing a lead will now put the stage to 'lost' instead of 'won'

bzr revid: qdp-launchpad@tinyerp.com-20100930144420-67jl2pjmdledrb70
This commit is contained in:
qdp-launchpad@tinyerp.com 2010-09-30 16:44:20 +02:00
parent e198ff4d4a
commit 44894f3db2
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@
<button name="case_open" string="Open"
states="draft,pending" type="object"
icon="gtk-go-forward" />
<button name="case_close" string="Close"
<button name="case_mark_lost" string="Close"
states="open,draft,pending" type="object"
icon="gtk-close" />
<button name="case_pending" string="Pending"