[IMP] point_of_sale: Button name corrected.

bzr revid: uco@tinyerp.com-20100917133608-0q3rroc4wm2cefn7
This commit is contained in:
uco (Open ERP) 2010-09-17 19:06:08 +05:30
parent 040d44ef65
commit 487117554a
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
<form string="Receipt :">
<separator string="Print the receipt of the sale" colspan="4"/>
<button icon='gtk-cancel' special="cancel"
string="Close" />
<button name="print_report" string="Print Report"
string="_Cancel" />
<button name="print_report" string="_Print Receipt"
colspan="1" type="object" icon="gtk-print" />
</form>
</field>