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