Merge lp:~camptocamp/account-invoice-report/invoice_type_VRE into lp:~account-core-editors/account-invoice-report/7.0

Proposed by Vincent Renaville@camptocamp
Status: Merged
Merged at revision: 26
Proposed branch: lp:~camptocamp/account-invoice-report/invoice_type_VRE
Merge into: lp:~account-core-editors/account-invoice-report/7.0
Diff against target: 57 lines (+7/-7)
4 files modified
invoice_webkit/i18n/de.po (+2/-2)
invoice_webkit/i18n/en.po (+2/-2)
invoice_webkit/i18n/fr.po (+2/-2)
invoice_webkit/report/account_invoice.mako (+1/-1)
To merge this branch: bzr merge lp:~camptocamp/account-invoice-report/invoice_type_VRE
Reviewer Review Type Date Requested Status
Alexandre Fayolle - camptocamp Approve
Review via email: mp+157597@code.launchpad.net

Description of the change

Fix Our Reference to Our refence

To post a comment you must log in.
Revision history for this message
Alexandre Fayolle - camptocamp (alexandre-fayolle-c2c) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'invoice_webkit/i18n/de.po'
--- invoice_webkit/i18n/de.po 2013-02-20 11:31:16 +0000
+++ invoice_webkit/i18n/de.po 2013-04-08 07:57:22 +0000
@@ -143,8 +143,8 @@
143143
144#. module: invoice_webkit144#. module: invoice_webkit
145#: report:addons/invoice_webkit/report/account_invoice.mako:153145#: report:addons/invoice_webkit/report/account_invoice.mako:153
146msgid "Our Reference"146msgid "Our reference"
147msgstr "Unsere Referenz"147msgstr "Unsere referenz"
148148
149#. module: invoice_webkit149#. module: invoice_webkit
150#: constraint:account.invoice:0150#: constraint:account.invoice:0
151151
=== modified file 'invoice_webkit/i18n/en.po'
--- invoice_webkit/i18n/en.po 2013-02-20 11:31:16 +0000
+++ invoice_webkit/i18n/en.po 2013-04-08 07:57:22 +0000
@@ -164,8 +164,8 @@
164164
165#. module: invoice_webkit165#. module: invoice_webkit
166#: report:addons/invoice_webkit/report/account_invoice.mako:153166#: report:addons/invoice_webkit/report/account_invoice.mako:153
167msgid "Our Reference"167msgid "Our reference"
168msgstr "Our Reference"168msgstr "Our reference"
169169
170#. module: invoice_webkit170#. module: invoice_webkit
171#: constraint:account.invoice:0171#: constraint:account.invoice:0
172172
=== modified file 'invoice_webkit/i18n/fr.po'
--- invoice_webkit/i18n/fr.po 2013-02-20 11:31:16 +0000
+++ invoice_webkit/i18n/fr.po 2013-04-08 07:57:22 +0000
@@ -172,8 +172,8 @@
172172
173#. module: invoice_webkit173#. module: invoice_webkit
174#: report:addons/invoice_webkit/report/account_invoice.mako:153174#: report:addons/invoice_webkit/report/account_invoice.mako:153
175msgid "Our Reference"175msgid "Our reference"
176msgstr "Notre Référence"176msgstr "Notre référence"
177177
178#. module: invoice_webkit178#. module: invoice_webkit
179#: constraint:account.invoice:0179#: constraint:account.invoice:0
180180
=== modified file 'invoice_webkit/report/account_invoice.mako'
--- invoice_webkit/report/account_invoice.mako 2013-02-20 11:31:16 +0000
+++ invoice_webkit/report/account_invoice.mako 2013-04-08 07:57:22 +0000
@@ -216,7 +216,7 @@
216 <th class="date">${_("Invoice Date")}</td>216 <th class="date">${_("Invoice Date")}</td>
217 <th class="date">${_("Due Date")}</td>217 <th class="date">${_("Due Date")}</td>
218 <th style="text-align:center; width: 120px;">${_("Responsible")}</td>218 <th style="text-align:center; width: 120px;">${_("Responsible")}</td>
219 <th style="text-align:left;">${_("Our Reference")}</td>219 <th style="text-align:left;">${_("Our reference")}</td>
220 </tr>220 </tr>
221 <tr>221 <tr>
222 <td class="date">${formatLang(inv.date_invoice, date=True)}</td>222 <td class="date">${formatLang(inv.date_invoice, date=True)}</td>

Subscribers

People subscribed via source and target branches