Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
vauxoo
addons-vauxoo
Commits
f28f03bc
Commit
f28f03bc
authored
Nov 12, 2014
by
Jorge Angel Naranjo Rogel
Browse files
[IMP][aging_due_report] Change date for datetime in formatlang in invoice date
parents
1873b6ac
c4008f21
Changes
1
Hide whitespace changes
Inline
Side-by-side
aging_due_report/report/formal_due_report.rml
View file @
f28f03bc
...
...
@@ -130,7 +130,7 @@
<td>
<para
style=
"ITEMSLEFT"
>
F: [[ inv['inv_brw'].number or 0]]
</para>
</td>
<td><para
style=
"ITEMSLEFT"
>
[[ formatLang(inv['inv_brw'].date_invoice,date=True) ]]
</para></td>
<td><para
style=
"ITEMSLEFT"
>
[[ formatLang(inv['inv_brw'].date_invoice,date
_time
=True)
[:10]
]]
</para></td>
<td><para
style=
"ITEMSLEFT"
>
[[ formatLang(inv['inv_brw'].date_due,date=True) ]]
</para></td>
<td><para
style=
"ITEMSRIGHT"
>
[[ inv.get('due_days') and '%s DIAS'%inv.get('due_days') or '0 DIAS' ]]
</para></td>
<td><para
style=
"ITEMSRIGHT"
>
[[ formatLang(inv['inv_brw'].amount_untaxed) or '0.00']]
</para></td>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment