Merge lp:~gergagabriel/stoqlib/bug4054 into lp:~stoq-dev/stoqlib/master

Proposed by Gabriel Gerga
Status: Merged
Merge reported by: Ronaldo Maia
Merged at revision: not available
Proposed branch: lp:~gergagabriel/stoqlib/bug4054
Merge into: lp:~stoq-dev/stoqlib/master
Diff against target: 12 lines (+1/-1)
1 file modified
stoqlib/reporting/purchase.py (+1/-1)
To merge this branch: bzr merge lp:~gergagabriel/stoqlib/bug4054
Reviewer Review Type Date Requested Status
Ronaldo Maia Approve
Review via email: mp+30700@code.launchpad.net

Description of the change

Resolvendo Bug 4054
Abreviação da palavra 'Quantity' para 'Qty' no relatório de compra. Para adequar ao tamanho da coluna.

To post a comment you must log in.
Revision history for this message
Ronaldo Maia (romaia) wrote :

Perfeito.

pode fazer o push para o lp:stoqlib

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'stoqlib/reporting/purchase.py'
--- stoqlib/reporting/purchase.py 2010-07-08 18:39:26 +0000
+++ stoqlib/reporting/purchase.py 2010-07-22 18:55:56 +0000
@@ -104,7 +104,7 @@
104 virtual=False, width=50, align=LEFT),104 virtual=False, width=50, align=LEFT),
105 OTC(_("Cost"), lambda obj: get_formatted_cost(obj.cost),105 OTC(_("Cost"), lambda obj: get_formatted_cost(obj.cost),
106 width=70, align=RIGHT),106 width=70, align=RIGHT),
107 OTC(_("Quantity"), lambda obj: format_quantity(obj.quantity),107 OTC(_("Qty"), lambda obj: format_quantity(obj.quantity),
108 width=70, align=RIGHT),108 width=70, align=RIGHT),
109 OTC(_("Total"),109 OTC(_("Total"),
110 lambda obj: get_formatted_price(obj.get_total()), width=90,110 lambda obj: get_formatted_price(obj.get_total()), width=90,

Subscribers

People subscribed via source and target branches