[FIX] Point Of Sale: Added Closing Subtotal in Cashbox lines.

bzr revid: tta@openerp.com-20130306093828-ult0l5tnxdsvm8eb
This commit is contained in:
Tejas Tank 2013-03-06 15:08:28 +05:30
parent ade18f9376
commit 1e48c24516
1 changed files with 1 additions and 1 deletions

View File

@ -915,7 +915,7 @@
<tree string="Cashbox Lines" editable="bottom">
<field name="pieces" readonly="1" />
<field name="number_closing" />
<field name="subtotal_closing"/>
<field name="subtotal_closing" string="Closing Subtotal" sum="Total"/>
</tree>
</field>
</group>