Skip to content

Commit

Permalink
Add validation remarks on LR printout
Browse files Browse the repository at this point in the history
  • Loading branch information
yvaucher committed Jul 15, 2015
1 parent d86872d commit b099bc0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions logistic_budget/view/report_logistic_requisition.xml
Expand Up @@ -54,6 +54,14 @@
</td>
<td class="input-lg col-xs-3"/>
</tr>
<tr t-if="o.requester_validator_id and o.requester_remark">
<td class="text-center">
Remarks:
</td>
<td colspan="3">
<span t-field="o.requester_remark"/>
</td>
</tr>
<tr t-if="o.budget_holder_id">
<td><strong>Budget holder:</strong></td>
<td>
Expand All @@ -65,6 +73,14 @@
</td>
<td class="input-lg col-xs-3"/>
</tr>
<tr t-if="o.budget_holder_id and o.budget_holder_remark">
<td class="text-center">
Remarks:
</td>
<td colspan="3">
<span t-field="o.budget_holder_remark"/>
</td>
</tr>
<tr t-if="o.finance_officer_id">
<td><strong>Finance Officer:</strong></td>
<td>
Expand All @@ -76,6 +92,14 @@
</td>
<td class="input-lg col-xs-3"/>
</tr>
<tr t-if="o.finance_officer_id and o.finance_officer_remark">
<td class="text-center">
Remarks:
</td>
<td colspan="3">
<span t-field="o.finance_officer_remark"/>
</td>
</tr>
</table>
</xpath>

Expand Down

0 comments on commit b099bc0

Please sign in to comment.