Change [solde] to [Vendu]

This commit is contained in:
poka 2019-11-19 17:44:36 +01:00
parent 48668e7433
commit 7da07e5b16
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
$vendeur = $row['username'];
$status = $row['status'];
if ($status == "solde") {
$produit = "[$status] ";
$produit = "[Vendu] ";
} else {
$produit = "";
}