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