mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 04:59:18 +00:00
fix: add missing patch
This commit is contained in:
7
erpnext/patches/v16_0/fix_barcode_typo.py
Normal file
7
erpnext/patches/v16_0/fix_barcode_typo.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import frappe
|
||||
|
||||
|
||||
def execute():
|
||||
frappe.qb.update("Item Barcode").set("barcode_type", "EAN-13").where(
|
||||
frappe.qb.Field("barcode_type") == "EAN-12"
|
||||
).run()
|
||||
Reference in New Issue
Block a user