mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-01 12:52:15 +00:00
Remove Event.purchase_order in favour of a simple EventAuthorisation object.
This commit is contained in:
@@ -148,11 +148,6 @@
|
||||
{% endif %}
|
||||
|
||||
{% if event.is_rig %}
|
||||
{% if object.purchase_order %}
|
||||
<dt>PO</dt>
|
||||
<dd>{{ object.purchase_order }}</dd>
|
||||
{% endif %}
|
||||
|
||||
<dd> </dd>
|
||||
|
||||
<dt>Authorised</dt>
|
||||
|
||||
@@ -34,14 +34,6 @@
|
||||
<para style="head_numbers">{{ invoice.invoice_date|date:"d/m/Y" }}</para>
|
||||
</td>
|
||||
</tr>
|
||||
{% if object.purchase_order %}
|
||||
<tr>
|
||||
<td><para style="head_titles">PO Number</para></td>
|
||||
<td>
|
||||
<para style="head_numbers">{{ object.purchase_order|default_if_none:"" }}</para>
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
</blockTable>
|
||||
|
||||
{% elif quote %}
|
||||
|
||||
@@ -76,11 +76,6 @@
|
||||
<dd>{{ object.checked_in_by.name }}</dd>
|
||||
{% endif %}
|
||||
|
||||
{% if object.event.purchase_order %}
|
||||
<dt>PO</dt>
|
||||
<dd>{{ object.event.purchase_order }}</dd>
|
||||
{% endif %}
|
||||
|
||||
<dd> </dd>
|
||||
|
||||
<dt>Authorised</dt>
|
||||
|
||||
Reference in New Issue
Block a user