mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-27 11:13:20 +01:00
Fix duplicate table for online signature
This commit is contained in:
@@ -5308,7 +5308,7 @@ abstract class CommonObject
|
||||
// Set the public "share" key
|
||||
$setsharekey = false;
|
||||
if ($this->element == 'propal') {
|
||||
$useonlinesignature = $conf->global->MAIN_FEATURES_LEVEL; // Replace this with 1 when feature to make online signature is ok
|
||||
$useonlinesignature = 1; // Replace this with 1 when feature to make online signature is ok
|
||||
if ($useonlinesignature) {
|
||||
$setsharekey = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user