Reviewers: ,
Please review this at http://codereview.tryton.org/417001/ Affected files: M shipment.py Index: shipment.py =================================================================== --- a/shipment.py +++ b/shipment.py @@ -1834,6 +1834,7 @@ ('draft', 'cancel'), ('waiting', 'cancel'), ('assigned', 'cancel'), + ('cancel', 'draft'), )) self._buttons.update({ 'cancel': { -- [email protected] mailing list
