Warehouse disable option
This commit is contained in:
parent
eb1192771f
commit
d8dcdfbf4f
@ -365,17 +365,6 @@ if (sys_defaults.auto_accounting_for_stock) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// warehouse in detail table
|
|
||||||
//----------------------------
|
|
||||||
cur_frm.fields_dict['entries'].grid.get_field('warehouse').get_query = function(doc, cdt, cdn) {
|
|
||||||
var d = locals[cdt][cdn];
|
|
||||||
return{
|
|
||||||
filters:[
|
|
||||||
['Bin', 'item_code', '=', d.item_code],
|
|
||||||
['Bin', 'actual_qty', '>', 0]
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Cost Center in Details Table
|
// Cost Center in Details Table
|
||||||
// -----------------------------
|
// -----------------------------
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
"creation": "2013-03-07 18:50:32",
|
"creation": "2013-03-07 18:50:32",
|
||||||
"docstatus": 0,
|
"docstatus": 0,
|
||||||
"modified": "2014-01-20 17:49:34",
|
"modified": "2014-03-13 16:26:29",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"owner": "Administrator"
|
"owner": "Administrator"
|
||||||
},
|
},
|
||||||
@ -80,6 +80,12 @@
|
|||||||
"label": "Parent Account",
|
"label": "Parent Account",
|
||||||
"options": "Account"
|
"options": "Account"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"doctype": "DocField",
|
||||||
|
"fieldname": "disabled",
|
||||||
|
"fieldtype": "Check",
|
||||||
|
"label": "Disabled"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "For Reference Only.",
|
"description": "For Reference Only.",
|
||||||
"doctype": "DocField",
|
"doctype": "DocField",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user