Skip to content
Snippets Groups Projects
Commit 27484d43 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

New: The initial sold can be conciliated

parent f4db921e
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ English Dolibarr ChangeLog
***** ChangeLog for 2.8 compared to 2.7 *****
For users:
- New: Initial sold can be conciliated.
- New: task #9935: Can edit accountancy code.
- New: Add a default errors-to email for emailing module.
- New: Can filter on user on stock movement list.
......
......@@ -98,7 +98,7 @@ class Account extends CommonObject
/**
* \briref Add a link between bank line record and its source
* \brief Add a link between bank line record and its source
* \param line_id Id ecriture bancaire
* \param url_id Id parametre url
* \param url Url
......@@ -368,7 +368,7 @@ class Account extends CommonObject
$sql.= ", '".$this->db->idate($this->date_solde)."'";
$sql.= ", '".$this->db->idate($this->date_solde)."'";
$sql.= ", 'SOLD'";
$sql.= ", 1";
$sql.= ", 0"; // Not conciliated by default
$sql.= ")";
$this->db->query($sql);
......@@ -706,7 +706,7 @@ class Account extends CommonObject
}
/**
* \brief
* \brief
*/
function datev_next($rowid)
{
......@@ -731,7 +731,7 @@ class Account extends CommonObject
}
/**
* \brief
* \brief
*/
function datev_previous($rowid)
{
......
......@@ -162,7 +162,7 @@ if ($user->rights->banque->consolidate && $_POST["action"] == 'num_releve')
/*
* Affichage fiche ligne ecriture en mode edition
* View
*/
llxHeader();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment