Skip to content

Commit

Permalink
[MIG] website_sale_refund: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azimkhankuat committed Oct 8, 2024
1 parent 08ffd2b commit 77397aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_sale_refund/views/website_sale_templates.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template id="cart" inherit_id="website_sale.cart">
<xpath expr="//div[@class='mt8 mb8 alert alert-info']" position="after">
<xpath expr="//div[@class='alert alert-info mt8 mb8']" position="after">
<t t-if="warning_msg">
<div class="alert alert-danger" role="alert">
<t t-esc="warning_msg" />
Expand Down

0 comments on commit 77397aa

Please sign in to comment.