Skip to content

Commit a4c8b1e

Browse files
authored
chore: resolve conflicts
1 parent f6e75ce commit a4c8b1e

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

erpnext/stock/get_item_details.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,16 +1114,10 @@ def insert_item_price(ctx: ItemDetailsCtx):
11141114
"Item Price",
11151115
item_code=ctx.item_code,
11161116
price_list_rate=price_list_rate,
1117-
<<<<<<< HEAD
11181117
currency=ctx.currency,
11191118
uom=ctx.stock_uom,
11201119
price_list=ctx.price_list,
1121-
=======
1122-
currency=args.currency,
1123-
uom=args.stock_uom,
1124-
price_list=args.price_list,
11251120
valid_from=transaction_date,
1126-
>>>>>>> 6246a9aa6e (fix: set valid_from in created Item Price (#54696))
11271121
)
11281122
item_price.insert()
11291123
frappe.msgprint(
@@ -1145,12 +1139,8 @@ def insert_item_price(ctx: ItemDetailsCtx):
11451139
"item_code": ctx.item_code,
11461140
"currency": ctx.currency,
11471141
"price_list_rate": price_list_rate,
1148-
<<<<<<< HEAD
11491142
"uom": ctx.stock_uom,
1150-
=======
1151-
"uom": args.stock_uom,
11521143
"valid_from": transaction_date,
1153-
>>>>>>> 6246a9aa6e (fix: set valid_from in created Item Price (#54696))
11541144
}
11551145
)
11561146
item_price.insert()

0 commit comments

Comments
 (0)