Commit cbb6a22d by Yvon

improve back btn wording on start method of PaymentScreenWidget screen in…

improve back btn wording on start method of PaymentScreenWidget screen in backend.js of lacagette_custom_pos module
parent 056920e2
......@@ -150,6 +150,8 @@ odoo.define('lacagette_custom_pos.DB', function(require) {
self.gui.show_screen("products");
}
});
$(".payment-screen .screen-content .top-content .back").replaceWith("<span class='button back'><i class='fa fa-angle-double-left'></i> Modifier le panier</span>");
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment