merge conflict fixed

This commit is contained in:
Akhilesh Darjee
2014-01-08 19:42:17 +05:30
26 changed files with 200 additions and 155 deletions

View File

@@ -7,7 +7,7 @@ cur_frm.cscript.onload = function(doc,cdt,cdn){
});
cur_frm.set_query("selling_price_list", function() {
return { filters: { buying_or_selling: "Selling" } };
return { filters: { selling: 1 } };
});
}