bugfix
This commit is contained in:
parent
04d1ea09af
commit
cf52787db0
@ -374,7 +374,6 @@ if ($_POST['action'] == 'updateligne' && $user->rights->facture->creer && $_POST
|
||||
|
||||
$result = $fac->updateline($_POST['rowid'],
|
||||
$_POST['desc'],
|
||||
$_POST['product_desc']
|
||||
$_POST['price'],
|
||||
$_POST['qty'],
|
||||
$_POST['remise_percent'],
|
||||
|
||||
@ -1127,7 +1127,7 @@ class Facture
|
||||
* \param tva_tx Taux TVA
|
||||
* \return int < 0 si erreur, > 0 si ok
|
||||
*/
|
||||
function updateline($rowid, $desc, $pu, $qty, $remise_percent=0, $datestart, $dateend, $tva_tx)
|
||||
function updateline($rowid, $desc, $product_desc, $pu, $qty, $remise_percent=0, $datestart, $dateend, $tva_tx)
|
||||
{
|
||||
dolibarr_syslog('Facture::UpdateLine');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user