Add files via upload
revert previous comment l44
This commit is contained in:
parent
2edaa0e1d9
commit
4282a46bb2
@ -41,7 +41,7 @@ $sql="SELECT rowid FROM ".MAIN_DB_PREFIX."facture where facnumber='(PROV-POS-".$
|
||||
$resql = $db->query($sql);
|
||||
$row = $db->fetch_array ($resql);
|
||||
$placeid=$row[0];
|
||||
if (! $placeid) $placeid=0; // Developing error message with no lines
|
||||
if (! $placeid) $placeid=0; // Invoice not exist
|
||||
else{
|
||||
$invoice = new Facture($db);
|
||||
$invoice->fetch($placeid);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user