Skip to content

Commit

Permalink
Merge pull request #591 from abhishek-webkul/gli-826
Browse files Browse the repository at this point in the history
Fix can not create order from Customers > Booking Carts page
  • Loading branch information
rohit053 authored Mar 7, 2023
2 parents c3aaf85 + 20256d4 commit 395da19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
{else}
<h2>{l s='No order was created from this cart.'}</h2>
{if $customer->id}
<a class="btn btn-default" href="{$link->getAdminLink('AdminOrders')|escape:'html':'UTF-8'}&amp;id_cart={$cart->id|intval}&amp;addorder"><i class="icon-shopping-cart"></i> {l s='Create an order from this cart.'}</a>
<a class="btn btn-default" href="{$link->getAdminLink('AdminOrders')|escape:'html':'UTF-8'}&amp;cart_id={$cart->id|intval}&amp;addorder"><i class="icon-shopping-cart"></i> {l s='Create an order from this cart.'}</a>
{/if}
{/if}
</div>
Expand Down

0 comments on commit 395da19

Please sign in to comment.