Skip to content

Commit 3131219

Browse files
authored
chore: resolve conflicts
1 parent a950446 commit 3131219

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
@@ -1131,16 +1131,10 @@ def insert_item_price(ctx: ItemDetailsCtx):
11311131
"Item Price",
11321132
item_code=ctx.item_code,
11331133
price_list_rate=price_list_rate,
1134-
<<<<<<< HEAD
11351134
currency=ctx.currency,
11361135
uom=ctx.stock_uom,
11371136
price_list=ctx.price_list,
1138-
=======
1139-
currency=args.currency,
1140-
uom=args.stock_uom,
1141-
price_list=args.price_list,
11421137
valid_from=transaction_date,
1143-
>>>>>>> 6246a9aa6e (fix: set valid_from in created Item Price (#54696))
11441138
)
11451139
item_price.insert()
11461140
frappe.msgprint(
@@ -1162,12 +1156,8 @@ def insert_item_price(ctx: ItemDetailsCtx):
11621156
"item_code": ctx.item_code,
11631157
"currency": ctx.currency,
11641158
"price_list_rate": price_list_rate,
1165-
<<<<<<< HEAD
11661159
"uom": ctx.stock_uom,
1167-
=======
1168-
"uom": args.stock_uom,
11691160
"valid_from": transaction_date,
1170-
>>>>>>> 6246a9aa6e (fix: set valid_from in created Item Price (#54696))
11711161
}
11721162
)
11731163
item_price.insert()

0 commit comments

Comments
 (0)