Added order closure check to details view order placement
This commit is contained in:
@@ -176,7 +176,10 @@
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
@if (!Model.IsClosed)
|
||||
{
|
||||
<partial name="PlaceOrder" model="Model" />
|
||||
}
|
||||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
|
||||
Reference in New Issue
Block a user