diff --git a/htdocs/takepos/pay.php b/htdocs/takepos/pay.php index c0bfc35294a..898b9069ba0 100644 --- a/htdocs/takepos/pay.php +++ b/htdocs/takepos/pay.php @@ -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); @@ -101,15 +101,15 @@ $langs->loadLangs(array("main", "bills", "cashdesk")); - + - + - +