Empeche le libelle vide

This commit is contained in:
Rodolphe Quiedeville 2003-09-02 18:53:33 +00:00
parent 9752c7ae7c
commit 8f065394cf

View File

@ -117,6 +117,9 @@ class Account
Function update()
{
if (strlen($this->label)==0)
$this->label = "???";
$sql = "UPDATE llx_bank_account SET ";
$sql .= " bank = '" .$this->bank ."'";