|
|
@ -42,7 +42,7 @@
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
|
|
{% if not order.invoice %}
|
|
|
|
{% if not order.invoice %}
|
|
|
|
<a class="w-full md:w-fit" href="{% url 'addinvoice' order.id}">
|
|
|
|
<a class="w-full md:w-fit" href="{% url 'addinvoice' order.id %}">
|
|
|
|
<button
|
|
|
|
<button
|
|
|
|
class="w-full md:w-fit text-base px-3 py-2 bg-osiblue text-white outline-none border border-osiblue rounded-md cursor-pointer hover:bg-white hover:text-osiblue duration-300">
|
|
|
|
class="w-full md:w-fit text-base px-3 py-2 bg-osiblue text-white outline-none border border-osiblue rounded-md cursor-pointer hover:bg-white hover:text-osiblue duration-300">
|
|
|
|
Generate Invoice
|
|
|
|
Generate Invoice
|
|
|
|