[FIX] Sale:renamed the button for sales in Exception state

lp bug: https://launchpad.net/bugs/643552 fixed

bzr revid: mtr@mtr-20101103114913-usj5yg7gee4ed0r7
This commit is contained in:
mtr 2010-11-03 17:19:13 +05:30
parent 279e94a3ed
commit 3a02ee75a6
1 changed files with 3 additions and 3 deletions

View File

@ -206,9 +206,9 @@
<group col="13" colspan="4">
<field name="state"/>
<button name="invoice_recreate" states="invoice_except" string="Recreate Invoice" icon="gtk-go-forward"/>
<button name="invoice_corrected" states="invoice_except" string="Invoice Corrected" icon="gtk-apply"/>
<button name="ship_recreate" states="shipping_except" string="Recreate Procurement" icon="gtk-ok"/>
<button name="ship_corrected" states="shipping_except" string="Procurement Corrected" icon="gtk-apply"/>
<button name="invoice_corrected" states="invoice_except" string="Ignore Exception" icon="gtk-apply"/>
<button name="ship_recreate" states="shipping_except" string="Recreate Packing" icon="gtk-ok"/>
<button name="ship_corrected" states="shipping_except" string="Ignore Exception" icon="gtk-apply"/>
<button name="action_cancel" states="manual,progress" string="Cancel Order" type="object" icon="gtk-cancel"/>
<button name="manual_invoice" states="manual" string="Create Final Invoice" icon="gtk-go-forward" type="object"/>
<button name="ship_cancel" states="shipping_except" string="Cancel Order" icon="gtk-cancel"/>