Update product.class.php

This commit is contained in:
Frédéric FRANCE 2022-09-21 20:27:54 +02:00 committed by GitHub
parent e7afc7ac75
commit caa54f7f11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
* Copyright (C) 2014 Ion agorria <ion@agorria.com>
* Copyright (C) 2016-2018 Ferran Marcet <fmarcet@2byte.es>
* Copyright (C) 2017 Gustavo Novaro
* Copyright (C) 2019-2021 Frédéric France <frederic.france@netlogic.fr>
* Copyright (C) 2019-2022 Frédéric France <frederic.france@netlogic.fr>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -5921,8 +5921,8 @@ class Product extends CommonObject
$this->description = 'This is description of this product specimen that was created the '.dol_print_date($now, 'dayhourlog').'.';
$this->specimen = 1;
$this->country_id = 1;
$this->tosell = 1;
$this->tobuy = 1;
$this->status = 1;
$this->status_buy = 1;
$this->tobatch = 0;
$this->note_private = 'This is a comment (private)';
$this->note_public = 'This is a comment (public)';