modif classe entreprise
This commit is contained in:
parent
935512aa7b
commit
8543fbf45b
@ -44,7 +44,7 @@ public class Entreprise {
|
|||||||
public Commande rechercherCommande(int noCom){
|
public Commande rechercherCommande(int noCom){
|
||||||
Commande uneCommande = null;
|
Commande uneCommande = null;
|
||||||
for(Commande laCommande : lesCommandes){
|
for(Commande laCommande : lesCommandes){
|
||||||
if(laCommande.noCom == noCom){
|
if(laCommande.getNoCom() == noCom){
|
||||||
uneCommande = laCommande;
|
uneCommande = laCommande;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user