Add trigger to replace an accounting by the

corresponding card if no card has been given
(example VAT)
This commit is contained in:
Dany De Bontridder 2016-03-19 23:20:46 +01:00
parent 6e6adcb487
commit 43d7fe92fc
2 changed files with 55 additions and 1 deletions

View file

@ -104,7 +104,7 @@ if ( !defined("SITE_UPDATE_PLUGIN"))
if ( ! defined ("SYSINFO_DISPLAY")) {
define ("SYSINFO_DISPLAY",TRUE);
}
define ("DBVERSION",123);
define ("DBVERSION",124);
define ("MONO_DATABASE",25);
define ("DBVERSIONREPO",16);
define ('NOTFOUND','--not found--');