Skip to content

Commit

Permalink
fix: assume v14 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush authored Jan 26, 2024
1 parent 26d4b7b commit 2d23bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

device_punch_values_IN = getattr(config, 'device_punch_values_IN', [0,4])
device_punch_values_OUT = getattr(config, 'device_punch_values_OUT', [1,5])
ERPNEXT_VERSION = getattr(config, 'ERPNEXT_VERSION', 13)
ERPNEXT_VERSION = getattr(config, 'ERPNEXT_VERSION', 14)

# possible area of further developemt
# Real-time events - setup getting events pushed from the machine rather then polling.
Expand Down

0 comments on commit 2d23bc0

Please sign in to comment.