Commit b5956647 by Damien Moulard

put back correct mean of payment for sales and others

parent c3cf6ba9
...@@ -215,9 +215,6 @@ jQuery(document).ready(function() { ...@@ -215,9 +215,6 @@ jQuery(document).ready(function() {
var form = this; var form = this;
// Set form moyen
$('#' + form.name + '_moyen').val('mlc')
if (form.checkValidity()) { if (form.checkValidity()) {
var div = form.name === 'formTransfertPrestataireComptoir' ? '.confirmTransfertPrestataireComptoir' : var div = form.name === 'formTransfertPrestataireComptoir' ? '.confirmTransfertPrestataireComptoir' :
form.name.includes('Prestataire') ? '.confirmTransactionPrestataire' : form.name.includes('Prestataire') ? '.confirmTransactionPrestataire' :
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -3,19 +3,19 @@ ...@@ -3,19 +3,19 @@
"app": { "app": {
"js": [ "js": [
"/build/runtime.420770e4.js", "/build/runtime.420770e4.js",
"/build/app.50959599.js" "/build/app.5bf64202.js"
], ],
"css": [ "css": [
"/build/app.4ada5381.css" "/build/app.e9278f1f.css"
] ]
}, },
"admin": { "admin": {
"js": [ "js": [
"/build/runtime.420770e4.js", "/build/runtime.420770e4.js",
"/build/admin.f9a92453.js" "/build/admin.21942bf0.js"
], ],
"css": [ "css": [
"/build/admin.4d653142.css" "/build/admin.3589a647.css"
] ]
} }
} }
......
{ {
"build/admin.css": "/build/admin.4d653142.css", "build/admin.css": "/build/admin.3589a647.css",
"build/admin.js": "/build/admin.f9a92453.js", "build/admin.js": "/build/admin.21942bf0.js",
"build/app.css": "/build/app.4ada5381.css", "build/app.css": "/build/app.e9278f1f.css",
"build/app.js": "/build/app.50959599.js", "build/app.js": "/build/app.5bf64202.js",
"build/runtime.js": "/build/runtime.420770e4.js", "build/runtime.js": "/build/runtime.420770e4.js",
"build/ckeditor/adapters/jquery.js": "/build/ckeditor/adapters/jquery.js", "build/ckeditor/adapters/jquery.js": "/build/ckeditor/adapters/jquery.js",
"build/ckeditor/ckeditor.js": "/build/ckeditor/ckeditor.js", "build/ckeditor/ckeditor.js": "/build/ckeditor/ckeditor.js",
......
...@@ -34,7 +34,6 @@ use App\Entity\Prestataire; ...@@ -34,7 +34,6 @@ use App\Entity\Prestataire;
use App\Entity\Rubrique; use App\Entity\Rubrique;
use App\Entity\User; use App\Entity\User;
use App\Entity\Usergroup; use App\Entity\Usergroup;
use App\Enum\MoyenEnum;
use App\Form\Type\ContactEntityFormType; use App\Form\Type\ContactEntityFormType;
use App\Form\Type\CotisationFormType; use App\Form\Type\CotisationFormType;
use App\Form\Type\GeolocPrestataireFormType; use App\Form\Type\GeolocPrestataireFormType;
......
...@@ -34,7 +34,6 @@ use App\Entity\Siege; ...@@ -34,7 +34,6 @@ use App\Entity\Siege;
use App\Entity\User; use App\Entity\User;
use App\Entity\Usergroup; use App\Entity\Usergroup;
use App\Entity\Payment; use App\Entity\Payment;
use App\Enum\MoyenEnum;
use App\Form\Type\AdhererFormType; use App\Form\Type\AdhererFormType;
use App\Form\Type\ContactFormType; use App\Form\Type\ContactFormType;
use App\Form\Type\InstallFormType; use App\Form\Type\InstallFormType;
......
...@@ -42,7 +42,6 @@ use App\Entity\Siege; ...@@ -42,7 +42,6 @@ use App\Entity\Siege;
use App\Entity\AchatMonnaieAdherent; use App\Entity\AchatMonnaieAdherent;
use App\Entity\AchatMonnaiePrestataire; use App\Entity\AchatMonnaiePrestataire;
use App\Entity\User; use App\Entity\User;
use App\Enum\MoyenEnum;
use App\Form\Type\AdherentInfosFormType; use App\Form\Type\AdherentInfosFormType;
use App\Form\Type\ComptoirInfosFormType; use App\Form\Type\ComptoirInfosFormType;
use App\Form\Type\GroupeInfosFormType; use App\Form\Type\GroupeInfosFormType;
......
...@@ -25,7 +25,6 @@ use App\Entity\Adherent; ...@@ -25,7 +25,6 @@ use App\Entity\Adherent;
use App\Entity\Groupe; use App\Entity\Groupe;
use App\Entity\Prestataire; use App\Entity\Prestataire;
use App\Entity\User; use App\Entity\User;
use App\Enum\MoyenEnum;
use App\Form\Type\GeolocFormType; use App\Form\Type\GeolocFormType;
use App\Form\Type\UserInfosFormType; use App\Form\Type\UserInfosFormType;
use Doctrine\DBAL\Types\FloatType; use Doctrine\DBAL\Types\FloatType;
......
...@@ -23,7 +23,6 @@ namespace App\Form\Type; ...@@ -23,7 +23,6 @@ namespace App\Form\Type;
use App\Entity\Adherent; use App\Entity\Adherent;
use App\Entity\Groupe; use App\Entity\Groupe;
use App\Enum\MoyenEnum;
use App\Form\Type\GeolocFormType; use App\Form\Type\GeolocFormType;
use App\Form\Type\RegistrationFormType; use App\Form\Type\RegistrationFormType;
use Doctrine\ORM\EntityManagerInterface; use Doctrine\ORM\EntityManagerInterface;
......
...@@ -26,7 +26,6 @@ use App\Entity\Groupe; ...@@ -26,7 +26,6 @@ use App\Entity\Groupe;
use App\Entity\Prestataire; use App\Entity\Prestataire;
use App\Entity\Rubrique; use App\Entity\Rubrique;
use App\Entity\User; use App\Entity\User;
use App\Enum\MoyenEnum;
use Doctrine\DBAL\Types\FloatType; use Doctrine\DBAL\Types\FloatType;
use Doctrine\ORM\EntityManager; use Doctrine\ORM\EntityManager;
use Doctrine\ORM\EntityManagerInterface; use Doctrine\ORM\EntityManagerInterface;
......
...@@ -23,7 +23,6 @@ namespace App\Form\Type; ...@@ -23,7 +23,6 @@ namespace App\Form\Type;
use App\Entity\Adherent; use App\Entity\Adherent;
use App\Entity\TransactionAdherentAdherent; use App\Entity\TransactionAdherentAdherent;
use App\Enum\MoyenEnum;
use Symfony\Bridge\Doctrine\Form\Type\EntityType; use Symfony\Bridge\Doctrine\Form\Type\EntityType;
use Symfony\Component\Form\Extension\Core\Type\HiddenType; use Symfony\Component\Form\Extension\Core\Type\HiddenType;
use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\Form\FormBuilderInterface;
......
...@@ -26,7 +26,6 @@ use App\Entity\Prestataire; ...@@ -26,7 +26,6 @@ use App\Entity\Prestataire;
use App\Entity\Siege; use App\Entity\Siege;
use App\Entity\TransfertPrestataireSiege; use App\Entity\TransfertPrestataireSiege;
use App\Entity\User; use App\Entity\User;
use App\Enum\MoyenEnum;
use App\Form\Type\TransfertFormType; use App\Form\Type\TransfertFormType;
use Symfony\Bridge\Doctrine\Form\Type\EntityType; use Symfony\Bridge\Doctrine\Form\Type\EntityType;
use Symfony\Component\Form\Extension\Core\Type\HiddenType; use Symfony\Component\Form\Extension\Core\Type\HiddenType;
......
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