View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000010 | CAMAP/InterAMAP44 | CAMAP | public | 2023-04-12 22:55 | 2023-07-08 15:54 |
| Reporter | Amaury | Assigned To | Amaury | ||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Platform | GandiVPS | OS | Debian | OS Version | 11 |
| Target Version | v1 (Prod InterAMAP44) | Fixed in Version | v1 (Prod InterAMAP44) | ||
| Summary | 0000010: Supprimer l'obligation d'indiquer un minimum de commande pour les contrats AMAP Variable | ||||
| Description | Permettre de laisser à 0 les minimums par commande et minimum par contrat pour les contrats AMAP Variable | ||||
| Tags | Fonctionalité, Suggestion d'amélioration | ||||
|
|
Commenter ligne 121 122 123 de camap-hx/src/service/CatalogService.hx 121 // if( form.getValueOf("distribMinOrdersTotal")==0 && form.getValueOf("catalogMinOrdersTotal")==0 ){ 122 // throw new Error("Vous devez définir un minimum de commande ( par distribution et/ou sur la durée du contrat )"); 123 // } |
|
|
Commenter ligne 121 122 123 de camap-hx/src/service/CatalogService.hx 121 // if( form.getValueOf("distribMinOrdersTotal")==0 && form.getValueOf("catalogMinOrdersTotal")==0 ){ 122 // throw new Error("Vous devez définir un minimum de commande ( par distribution et/ou sur la durée du contrat )"); 123 // } |
|
|
CatalogService.hx.patch (536 bytes)
121,123c121,123
< if( form.getValueOf("distribMinOrdersTotal")==0 && form.getValueOf("catalogMinOrdersTotal")==0 ){
< throw new Error("Vous devez définir un minimum de commande ( par distribution et/ou sur la durée du contrat )");
< }
---
> //if( form.getValueOf("distribMinOrdersTotal")==0 && form.getValueOf("catalogMinOrdersTotal")==0 ){
> // throw new Error("Vous devez définir un minimum de commande ( par distribution et/ou sur la durée du contrat )");
> //}
250c250
< }
\ No newline at end of file
---
> }
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2023-04-12 22:55 | Amaury | New Issue | |
| 2023-04-12 22:55 | Amaury | Tag Attached: Fonctionalité | |
| 2023-04-12 22:55 | Amaury | Tag Attached: Suggestion d'amélioration | |
| 2023-04-12 23:32 | Amaury | Note Added: 0000007 | |
| 2023-04-12 23:58 | Amaury | Assigned To | => Amaury |
| 2023-04-12 23:58 | Amaury | Status | new => resolved |
| 2023-04-12 23:58 | Amaury | Resolution | open => fixed |
| 2023-04-12 23:58 | Amaury | Fixed in Version | => Preprod |
| 2023-04-12 23:58 | Amaury | Note Added: 0000009 | |
| 2023-05-18 12:22 | Amaury | Note Added: 0000029 | |
| 2023-05-18 12:22 | Amaury | File Added: CatalogService.hx.patch | |
| 2023-05-24 22:03 | Amaury | Target Version | => v1 (Prod InterAMAP44) |
| 2023-06-18 23:48 | Amaury | Fixed in Version | Preprod => v1 (Prod InterAMAP44) |
| 2023-07-08 15:54 | Amaury | Status | resolved => closed |
| 2023-07-15 16:49 | Amaury | Category | CAMAP Amap44 => CAMAP |