commit
5a7f2c7e33
@ -990,6 +990,7 @@ class Facture extends CommonInvoice
|
|||||||
$this->user_valid = '';
|
$this->user_valid = '';
|
||||||
$this->fk_facture_source = 0;
|
$this->fk_facture_source = 0;
|
||||||
$this->date_creation = '';
|
$this->date_creation = '';
|
||||||
|
$this->date_modification = '';
|
||||||
$this->date_validation = '';
|
$this->date_validation = '';
|
||||||
$this->ref_client = '';
|
$this->ref_client = '';
|
||||||
$this->close_code = '';
|
$this->close_code = '';
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2010 Laurent Destailleur <eldy@users.sourceforge.net>
|
/* Copyright (C) 2010 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
|
* Copyright (C) 2018 Frédéric France <frederic.france@netlogic.fr>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -228,7 +229,7 @@ class FactureTest extends PHPUnit_Framework_TestCase
|
|||||||
$newlocalobject,
|
$newlocalobject,
|
||||||
true,
|
true,
|
||||||
array(
|
array(
|
||||||
'newref','oldref','id','lines','client','thirdparty','brouillon','user_author','date_creation','date_validation','datem',
|
'newref','oldref','id','lines','client','thirdparty','brouillon','user_author','date_creation','date_validation','datem','date_modification',
|
||||||
'ref','statut','paye','specimen','facnumber','actiontypecode','actionmsg2','actionmsg','mode_reglement','cond_reglement',
|
'ref','statut','paye','specimen','facnumber','actiontypecode','actionmsg2','actionmsg','mode_reglement','cond_reglement',
|
||||||
'cond_reglement_doc','situation_cycle_ref','situation_counter','situation_final','multicurrency_total_ht','multicurrency_total_tva',
|
'cond_reglement_doc','situation_cycle_ref','situation_counter','situation_final','multicurrency_total_ht','multicurrency_total_tva',
|
||||||
'multicurrency_total_ttc','fk_multicurrency','multicurrency_code','multicurrency_tx'
|
'multicurrency_total_ttc','fk_multicurrency','multicurrency_code','multicurrency_tx'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user