feat: implement global pricing model, optional equipment contribution, and bulk save for dotations
This commit is contained in:
@@ -73,8 +73,10 @@ public class LicenceController {
|
||||
dotation.setLicence(licence);
|
||||
dotation.setEquipement(eq);
|
||||
dotation.setTaille("");
|
||||
dotation.setFlocage("");
|
||||
dotation.setFlocage(adherent.getNom().toUpperCase() + " " + adherent.getPrenom());
|
||||
dotation.setNumero("");
|
||||
dotation.setFourni(false);
|
||||
dotation.setChoisi(eq.getObligatoire());
|
||||
dotationRepository.save(dotation);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user