2
0
forked from Wavyzz/dolibarr

english language standardization

This commit is contained in:
Grand Philippe
2013-02-24 17:08:52 +01:00
parent dfae543d5e
commit 86de772b31
44 changed files with 147 additions and 157 deletions

View File

@@ -909,7 +909,7 @@ function dol_meta_create($object)
if (is_dir($dir))
{
$nblignes = count($object->lines);
$client = $object->client->nom . " " . $object->client->address . " " . $object->client->cp . " " . $object->client->town;
$client = $object->client->nom . " " . $object->client->address . " " . $object->client->zip . " " . $object->client->town;
$meta = "REFERENCE=\"" . $object->ref . "\"
DATE=\"" . dol_print_date($object->date,'') . "\"
NB_ITEMS=\"" . $nblignes . "\"