Update commonobject.class.php

This commit is contained in:
Frédéric FRANCE 2020-10-31 13:24:09 +01:00 committed by GitHub
parent c4a7e58435
commit 85b3b5de36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
* Copyright (C) 2017 ATM Consulting <support@atm-consulting.fr>
* Copyright (C) 2017-2019 Nicolas ZABOURI <info@inovea-conseil.com>
* Copyright (C) 2017 Rui Strecht <rui.strecht@aliartalentos.com>
* Copyright (C) 2018-2019 Frédéric France <frederic.france@netlogic.fr>
* Copyright (C) 2018-2020 Frédéric France <frederic.france@netlogic.fr>
* Copyright (C) 2018 Josep Lluís Amador <joseplluis@lliuretic.cat>
*
* This program is free software; you can redistribute it and/or modify
@ -334,6 +334,12 @@ abstract class CommonObject
*/
public $last_main_doc;
/**
* @var int Bank account ID
* @see $fk_account
*/
public $fk_bank;
/**
* @var int Bank account ID
* @see SetBankAccount()
@ -437,6 +443,11 @@ abstract class CommonObject
public $next_prev_filter;
/**
* @var int 1 if object is specimen
*/
public $specimen = 0;
/**
* @var array List of child tables. To test if we can delete object.
*/