Update index.php

in class ref and rowid are the same, lib is deprecated and is label
This commit is contained in:
Frédéric FRANCE 2019-11-01 17:26:53 +01:00 committed by GitHub
parent a1b2130247
commit 5314ff70f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -661,8 +661,8 @@ if (! empty($conf->tax->enabled) && $user->rights->tax->charges->lire)
$obj = $db->fetch_object($resql);
$chargestatic->id=$obj->rowid;
$chargestatic->ref=$obj->libelle;
$chargestatic->lib=$obj->libelle;
$chargestatic->ref=$obj->rowid;
$chargestatic->label=$obj->libelle;
$chargestatic->paye=$obj->paye;
print '<tr class="oddeven">';