Commit a6fc66f809e3d5c6dc21354eba29e90c8b3d2e85
1 parent
c6a23e5f
Exists in
3.5
and in
1 other branch
Purchase Ventilation ok
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
accountingex/supplier/liste.php
... | ... | @@ -242,7 +242,7 @@ if ($result) { |
242 | 242 | print '</td>'; |
243 | 243 | // Colonne choix ligne a ventiler |
244 | 244 | print '<td align="center">'; |
245 | - print '<input type="checkbox" name="mesCasesCochees[]" value="' . $objp->rowid . "_" . $i . '"' . ($objp->aarowid ? "checked" : "") . '/>'; | |
245 | + print '<input type="checkbox" name="mesCasesCochees[]" value="' . $objp->rowid . "_" . $i . '"' . ($objp->code_buy ? "checked" : "") . '/>'; | |
246 | 246 | print '</td>'; |
247 | 247 | |
248 | 248 | print "</tr>"; | ... | ... |