mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
@@ -23,6 +23,7 @@ The following changes may create regressions for some external modules, but were
|
|||||||
* The behavior of constant STOCK_ALLOW_NEGATIVE_TRANSFER has been reversed. It has been renamed to STOCK_DISALLOW_NEGATIVE_TRANSFER.
|
* The behavior of constant STOCK_ALLOW_NEGATIVE_TRANSFER has been reversed. It has been renamed to STOCK_DISALLOW_NEGATIVE_TRANSFER.
|
||||||
* Method Categoie->getObjectsInCateg() is deprecated. Try by using instead getListForItem() or containing().
|
* Method Categoie->getObjectsInCateg() is deprecated. Try by using instead getListForItem() or containing().
|
||||||
* Global variable $bctag and $conffiletoshowshort has been removed.
|
* Global variable $bctag and $conffiletoshowshort has been removed.
|
||||||
|
* If you setup the API to update multicurrency rate from internet, you may need to re-enter your API key (so API key will be crypted in database).
|
||||||
|
|
||||||
|
|
||||||
***** ChangeLog for 21.0.0 compared to 20.0 *****
|
***** ChangeLog for 21.0.0 compared to 20.0 *****
|
||||||
|
|||||||
@@ -540,7 +540,7 @@ if (!getDolGlobalInt('SOCIETE_DISABLE_BANKACCOUNT')) {
|
|||||||
print '<tr class="oddeven">';
|
print '<tr class="oddeven">';
|
||||||
print '<td>'.$form->textwithpicto($langs->trans("AllowOnLineSign"), $langs->trans("AllowOnLineSignDesc")).'</td>';
|
print '<td>'.$form->textwithpicto($langs->trans("AllowOnLineSign"), $langs->trans("AllowOnLineSignDesc")).'</td>';
|
||||||
print '<td class="center">';
|
print '<td class="center">';
|
||||||
print ajax_constantonoff('SOCIETE_RIB_ALLOW_ONLINESIGN', array(), null, 0, 0, 0, 2, 0, 1, '', '', 'inline-block', 0, $langs->trans("WarningOnlineSignature"));
|
print ajax_constantonoff('SOCIETE_RIB_ALLOW_ONLINESIGN', array(), null, 0, 0, 0, 2, 0, 1, '', '', 'inline-block', 0, $langs->transnoentitiesnoconv("WarningOnlineSignature"));
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -541,7 +541,7 @@ print '<tr class="oddeven">';
|
|||||||
print '<td>'.$langs->trans("AllowOnlineSign").'</td>';
|
print '<td>'.$langs->trans("AllowOnlineSign").'</td>';
|
||||||
print '<td class="right">';
|
print '<td class="right">';
|
||||||
if ($conf->use_javascript_ajax) {
|
if ($conf->use_javascript_ajax) {
|
||||||
print ajax_constantonoff('CONTRACT_ALLOW_ONLINESIGN', array(), null, 0, 0, 0, 2, 0, 1, '', '', 'inline-block', 0, $langs->trans("WarningOnlineSignature"));
|
print ajax_constantonoff('CONTRACT_ALLOW_ONLINESIGN', array(), null, 0, 0, 0, 2, 0, 1, '', '', 'inline-block', 0, $langs->transnoentitiesnoconv("WarningOnlineSignature"));
|
||||||
} else {
|
} else {
|
||||||
if (getDolGlobalString('CONTRACT_ALLOW_ONLINESIGN')) {
|
if (getDolGlobalString('CONTRACT_ALLOW_ONLINESIGN')) {
|
||||||
print '<a class="reposition" href="'.$_SERVER["PHP_SELF"].'?action=allowonlinesign&token='.newToken().'&value=0">';
|
print '<a class="reposition" href="'.$_SERVER["PHP_SELF"].'?action=allowonlinesign&token='.newToken().'&value=0">';
|
||||||
|
|||||||
@@ -487,7 +487,7 @@ print '<tr class="oddeven">';
|
|||||||
print '<td>'.$langs->trans("AllowOnLineSign");
|
print '<td>'.$langs->trans("AllowOnLineSign");
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td>';
|
print '<td>';
|
||||||
print ajax_constantonoff('EXPEDITION_ALLOW_ONLINESIGN', array(), null, 0, 0, 0, 2, 0, 1, '', '', 'inline-block', 0, $langs->trans("WarningOnlineSignature"));
|
print ajax_constantonoff('EXPEDITION_ALLOW_ONLINESIGN', array(), null, 0, 0, 0, 2, 0, 1, '', '', 'inline-block', 0, $langs->transnoentitiesnoconv("WarningOnlineSignature"));
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
// Pre fill shipment qty option
|
// Pre fill shipment qty option
|
||||||
|
|||||||
Reference in New Issue
Block a user