mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-14 02:31:21 +00:00
[cleanup] UI Fixes
This commit is contained in:
@@ -43,7 +43,7 @@ $.extend(erpnext, {
|
||||
|
||||
var $btn = $('<button class="btn btn-sm btn-default">'+wn._("Add Serial No")+'</button>')
|
||||
.appendTo($("<div>")
|
||||
.css({"margin-bottom": "10px", "margin-top": "-10px"})
|
||||
.css({"margin-bottom": "10px", "margin-left": "15px"})
|
||||
.appendTo(grid_row.fields_dict.serial_no.$wrapper));
|
||||
|
||||
$btn.on("click", function() {
|
||||
|
||||
Reference in New Issue
Block a user