mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] identifier number
This commit is contained in:
committed by
Darío Lodeiros
parent
a133baf762
commit
11a7dcf220
@@ -13,7 +13,7 @@
|
|||||||
<p class="title">PART
|
<p class="title">PART
|
||||||
OF TRAVELERS ENTRY</p>
|
OF TRAVELERS ENTRY</p>
|
||||||
<p class="checknumber"> Document number: <strong>
|
<p class="checknumber"> Document number: <strong>
|
||||||
<span t-field="docs.id" />
|
<span t-field="docs.identifier" />
|
||||||
</strong> / <span
|
</strong> / <span
|
||||||
t-field="docs.reservation_id" />
|
t-field="docs.reservation_id" />
|
||||||
</p>
|
</p>
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
<div class="top">
|
<div class="top">
|
||||||
<p class="title">PART OF TRAVELERS ENTRY</p>
|
<p class="title">PART OF TRAVELERS ENTRY</p>
|
||||||
<p class="checknumber"> Document number: <strong>
|
<p class="checknumber"> Document number: <strong>
|
||||||
<span t-field="docs.id" />
|
<span t-field="docs.identifier" />
|
||||||
</strong> / <span
|
</strong> / <span
|
||||||
t-field="docs.reservation_id" />
|
t-field="docs.reservation_id" />
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user