mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
Merge branch 'develop' into redisearch-app-install
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
[](https://github.com/frappe/erpnext/actions/workflows/server-tests.yml)
|
[](https://github.com/frappe/erpnext/actions/workflows/server-tests.yml)
|
||||||
|
[](https://github.com/erpnext/erpnext_ui_tests/actions/workflows/ui-tests.yml)
|
||||||
[](https://www.codetriage.com/frappe/erpnext)
|
[](https://www.codetriage.com/frappe/erpnext)
|
||||||
[](https://codecov.io/gh/frappe/erpnext)
|
[](https://codecov.io/gh/frappe/erpnext)
|
||||||
[](https://hub.docker.com/r/frappe/erpnext-worker)
|
[](https://hub.docker.com/r/frappe/erpnext-worker)
|
||||||
|
|||||||
@@ -633,7 +633,7 @@ frappe.ui.form.on('Stock Entry Detail', {
|
|||||||
// set allow_zero_valuation_rate to 0 if s_warehouse is selected.
|
// set allow_zero_valuation_rate to 0 if s_warehouse is selected.
|
||||||
let item = frappe.get_doc(cdt, cdn);
|
let item = frappe.get_doc(cdt, cdn);
|
||||||
if (item.s_warehouse) {
|
if (item.s_warehouse) {
|
||||||
item.allow_zero_valuation_rate = 0;
|
frappe.model.set_value(cdt, cdn, "allow_zero_valuation_rate", 0);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# frappe # https://github.com/frappe/frappe is installed during bench-init
|
# frappe # https://github.com/frappe/frappe is installed during bench-init
|
||||||
gocardless-pro~=1.22.0
|
gocardless-pro~=1.22.0
|
||||||
googlemaps
|
googlemaps
|
||||||
pandas~=1.1.5
|
pandas>=1.1.5,<2.0.0
|
||||||
plaid-python~=7.2.1
|
plaid-python~=7.2.1
|
||||||
pycountry~=20.7.3
|
pycountry~=20.7.3
|
||||||
PyGithub~=1.55
|
PyGithub~=1.55
|
||||||
@@ -10,4 +10,4 @@ python-youtube~=0.8.0
|
|||||||
taxjar~=1.9.2
|
taxjar~=1.9.2
|
||||||
tweepy~=3.10.0
|
tweepy~=3.10.0
|
||||||
Unidecode~=1.2.0
|
Unidecode~=1.2.0
|
||||||
redisearch==2.0.0
|
redisearch~=2.1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user