Update item_dashboard_list.html
diff --git a/erpnext/stock/dashboard/item_dashboard_list.html b/erpnext/stock/dashboard/item_dashboard_list.html
index 1abb086..e0b3431 100644
--- a/erpnext/stock/dashboard/item_dashboard_list.html
+++ b/erpnext/stock/dashboard/item_dashboard_list.html
@@ -41,19 +41,19 @@
</div>
{% if can_write %}
<div class="col-sm-2 text-right" style="margin-top: 8px;">
- {% if d.actual_qty %}
- <button class="btn btn-default btn-xs btn-move"
- data-warehouse="{{ d.warehouse }}"
- data-actual_qty="{{ d.actual_qty }}"
- data-item="{{ d.item_code }}">{{ __("Move") }}</a>
- {% endif %}
- <button style="margin-left: 7px;" class="btn btn-default btn-xs btn-add"
- data-warehouse="{{ d.warehouse }}"
- data-actual_qty="{{ d.actual_qty }}"
- data-item="{{ d.item_code }}"
- data-rate="{{ d.valuation_rate }}">{{ __("Add") }}</a>
+ {% if d.actual_qty %}
+ <button class="btn btn-default btn-xs btn-move"
+ data-warehouse="{{ d.warehouse }}"
+ data-actual_qty="{{ d.actual_qty }}"
+ data-item="{{ d.item_code }}">{{ __("Move") }}</a>
+ {% endif %}
+ <button style="margin-left: 7px;" class="btn btn-default btn-xs btn-add"
+ data-warehouse="{{ d.warehouse }}"
+ data-actual_qty="{{ d.actual_qty }}"
+ data-item="{{ d.item_code }}"
+ data-rate="{{ d.valuation_rate }}">{{ __("Add") }}</a>
</div>
{% endif %}
</div>
</div>
-{% endfor %}
\ No newline at end of file
+{% endfor %}