Commit e2f17a91 by Damien Moulard

remove comment

parent 2c47bab3
Pipeline #2733 passed with stage
in 1 minute 29 seconds
......@@ -49,13 +49,11 @@ function display_orders(orders) {
{
data:"partner",
title:"Membre",
// width: "40%"
title:"Membre"
},
{
data:"total_amount",
title: "Montant dû",
// className:"dt-body-center",
render: function (data) {
return parseFloat(data).toFixed(2) + ' €';
}
......
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