Skip to content

Commit

Permalink
Modified Shipment
Browse files Browse the repository at this point in the history
  • Loading branch information
shabeelashraf5 committed Jan 18, 2025
1 parent fa8224b commit 6eea666
Showing 1 changed file with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,20 +159,18 @@
{{ getClient(detail) }}
</td>
<td class="px-6 py-4 text-gray-400">
{{ getClient(detail) }}
</td>
<td class="px-6 py-4 text-gray-400">
{{ getRFQ(detail) }}
{{ getRFQ(detail) }}
</td>
<td class="px-6 py-4 text-gray-400">
{{ getInvoice(detail) }}
{{ getInvoice(detail) }}
</td>
<td class="px-6 py-4 text-gray-400">
{{ getDelivery(detail) }}
{{ getDelivery(detail) }}
</td>
<td class="px-6 py-4 text-gray-400">
{{detail.status}}
{{ detail.status }}
</td>

<td class="px-6 py-4 text-gray-400">
<button class="btn btn-outline btn-error btn-xs" [disabled]="confirmedDelivery.has(detail._id)" (click)="confirmDelivery(detail._id)" >Confirm</button>
</td>
Expand Down

0 comments on commit 6eea666

Please sign in to comment.