mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
fix: review changes
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
{% if doc.items %}
|
{% if doc.items %}
|
||||||
<div class="place-order-container">
|
<div class="place-order-container">
|
||||||
<a class="btn btn-primary-light" href="/all-products">
|
<a class="btn btn-primary-light mr-2" href="/all-products">
|
||||||
{{ _("Add More") }}
|
{{ _("Add More") }}
|
||||||
</a>
|
</a>
|
||||||
{% if cart_settings.enable_checkout %}
|
{% if cart_settings.enable_checkout %}
|
||||||
|
|||||||
Reference in New Issue
Block a user