mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Merge pull request #25608 from oscim/develop-4
Update facture.class.php
This commit is contained in:
@@ -3126,6 +3126,8 @@ class Facture extends CommonInvoice
|
||||
if ($close_note) {
|
||||
$sql .= ", close_note='".$this->db->escape($close_note)."'";
|
||||
}
|
||||
$sql .= ', fk_user_closing = '.((int) $user->id);
|
||||
$sql .= ", date_closing = '".$this->db->idate($now)."'";
|
||||
$sql .= " WHERE rowid = ".((int) $this->id);
|
||||
|
||||
$resql = $this->db->query($sql);
|
||||
|
||||
Reference in New Issue
Block a user