Skip to content

Commit

Permalink
Update to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kid1194 committed Oct 21, 2023
1 parent d67f383 commit b9939c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frappe_better_numerical_controls/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Licence: Please refer to LICENSE file


__version__ = "1.1.0"
__version__ = "1.1.1"
2 changes: 1 addition & 1 deletion frappe_better_numerical_controls/public/js/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function clear_options(field) {
field['_' + k] = undefined;
});
}
export default function prepare_options(field, type, fn) {
export default function prepare_options(field, types, fn) {
if (
!field.df
|| !field.df.fieldtype
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


from setuptools import setup, find_packages
from frappe_better_numerical_controls import __version__ as version


with open('requirements.txt') as f:
Expand Down

0 comments on commit b9939c7

Please sign in to comment.