mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
[serial no] Allow creation only of Warehouse is not set, [translation] Italian
This commit is contained in:
@@ -42,7 +42,7 @@ $.extend(erpnext, {
|
||||
|
||||
var $btn = $('<button class="btn btn-sm btn-default">Add Serial No</button>')
|
||||
.appendTo($("<div>")
|
||||
.css({"margin-bottom": "10px"})
|
||||
.css({"margin-bottom": "10px", "margin-top": "-10px"})
|
||||
.appendTo(grid_row.fields_dict.serial_no.$wrapper));
|
||||
|
||||
$btn.on("click", function() {
|
||||
|
||||
Reference in New Issue
Block a user