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
1=== modified file 'stoqlib/reporting/purchase.py'
2--- stoqlib/reporting/purchase.py 2010-07-08 18:39:26 +0000
3+++ stoqlib/reporting/purchase.py 2010-07-22 18:55:56 +0000
4@@ -104,7 +104,7 @@
5 virtual=False, width=50, align=LEFT),
6 OTC(_("Cost"), lambda obj: get_formatted_cost(obj.cost),
7 width=70, align=RIGHT),
8- OTC(_("Quantity"), lambda obj: format_quantity(obj.quantity),
9+ OTC(_("Qty"), lambda obj: format_quantity(obj.quantity),
10 width=70, align=RIGHT),
11 OTC(_("Total"),
12 lambda obj: get_formatted_price(obj.get_total()), width=90,

Subscribers

People subscribed via source and target branches