File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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- > >> >> >> 6246 a9aa6e (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- >> >> >> > 6246 a9aa6e (fix : set valid_from in created Item Price (#54696))
11541144 }
11551145 )
11561146 item_price .insert ()
You can’t perform that action at this time.
0 commit comments