@@ -37,7 +37,7 @@ | |||
*/ | |||
return [ | |||
'version' => '24.4.B', | |||
'version' => '24.5.A', | |||
'maintenanceMode' => false, | |||
'siteName' => 'Souke', | |||
'tinyMcePlugins' => 'preview searchreplace autolink autosave save directionality code visualblocks visualchars fullscreen image link lists wordcount help', |
@@ -0,0 +1,24 @@ | |||
<?php | |||
require_once dirname(__FILE__).'/_macros.php'; | |||
version( | |||
'02/05/2024', | |||
[ | |||
[ | |||
"Graphisme Souke", | |||
"Points de vente : modes de paiements (sur place, cagnotte, paiement en ligne)", | |||
], | |||
[ | |||
] | |||
], | |||
[ | |||
[ | |||
], | |||
[ | |||
] | |||
], | |||
$userCurrent | |||
); | |||
?> |
@@ -230,7 +230,8 @@ var app = new Vue({ | |||
} | |||
if(app.pointSaleActive) { | |||
if(app.pointSaleActive.payment_method_credit | |||
if(app.producer.credit | |||
&& app.pointSaleActive.payment_method_credit | |||
&& (app.pointSaleActive.credit_functioning == 'mandatory' | |||
|| (app.pointSaleActive.credit_functioning == 'user' && app.user.credit_active) | |||
|| (app.pointSaleActive.credit_functioning == 'optional' && response.data.producer.use_credit_checked_default))) { |