Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Laurent S
erp5
Commits
951bdeef
Commit
951bdeef
authored
Jun 27, 2014
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_printer: replace real client details with fictitious values
parent
6f65970a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
bt5/erp5_printer/SkinTemplateItem/portal_skins/erp5_printer/SaleInvoiceTransaction_getEpsonPrintout.xml
.../erp5_printer/SaleInvoiceTransaction_getEpsonPrintout.xml
+5
-5
bt5/erp5_printer/bt/revision
bt5/erp5_printer/bt/revision
+1
-1
No files found.
bt5/erp5_printer/SkinTemplateItem/portal_skins/erp5_printer/SaleInvoiceTransaction_getEpsonPrintout.xml
View file @
951bdeef
...
...
@@ -101,11 +101,11 @@
</tal:block>
\n
</div>
\n
<div
id=
"client_detail"
>
\n
<div
tal:content=
\'python:
data_dict["destination_section_title"]\'
>
A
strium Geo-Information Services, Infoterra GmbH
</div>
\n
<div
tal:content=
\'python:
data_dict["destination_section_address"]\'
>
Claude-Dornier-Strasse, 88090 Immenstaad, Germany
</div>
\n
<div
tal:content=
\'python:
data_dict["destination_section_telfax"]\'
>
Tel:
+49(0)-7545 8 5982, Fax: +49(0)-7545 8 1337
</div>
\n
<div
tal:content=
\'python:
data_dict["destination_section_email"]\'
>
Email:
volker.mueller@astrium.eads.net
</div>
\n
<div
tal:content=
\'python:
data_dict["destination_section_vatid"]\'
tal:condition=
"data_dict/destination_section_vatid"
>
VAT ID:
DE197540174
</div>
\n
<div
tal:content=
\'python:
data_dict["destination_section_title"]\'
>
A
cme Corporation
</div>
\n
<div
tal:content=
\'python:
data_dict["destination_section_address"]\'
>
Anytown, USA
</div>
\n
<div
tal:content=
\'python:
data_dict["destination_section_telfax"]\'
>
Tel:
1-234-555-0100, Fax: 1-234-555-0101
</div>
\n
<div
tal:content=
\'python:
data_dict["destination_section_email"]\'
>
Email:
john.smith@example.com
</div>
\n
<div
tal:content=
\'python:
data_dict["destination_section_vatid"]\'
tal:condition=
"data_dict/destination_section_vatid"
>
VAT ID:
N/A
</div>
\n
</div>
\n
</div>
\n
<br>
\n
...
...
bt5/erp5_printer/bt/revision
View file @
951bdeef
1
\ No newline at end of file
2
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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