mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-20 13:29:41 +00:00
Added PO field to event form
This commit is contained in:
@@ -157,6 +157,11 @@
|
||||
<dt>Collected By</dt>
|
||||
<dd>{{ object.collector }}</dd>
|
||||
{% endif %}
|
||||
|
||||
{% if event.is_rig %}
|
||||
<dt>Purchase Order</dt>
|
||||
<dd>{{ object.purchase_order }}</dd>
|
||||
{% endif %}
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user