[ui] Remove 'Stopped' alert banner in Sales Order

This commit is contained in:
Anand Doshi 2015-07-17 15:13:32 +05:30
parent 906c2babaa
commit 285135da8e

View File

@ -46,7 +46,6 @@ erpnext.selling.SalesOrderController = erpnext.selling.SellingController.extend(
} else {
// un-stop
cur_frm.dashboard.set_headline_alert(__("Stopped"), "alert-danger", "icon-stop");
cur_frm.add_custom_button(__('Unstop'), cur_frm.cscript['Unstop Sales Order'], "icon-check");
}
}