Merge pull request #20807 from mapiolca/patch-47
line deleted when updated after rapproched
This commit is contained in:
commit
7d3ae7d4b8
@ -607,7 +607,11 @@ if ($result) {
|
|||||||
print dol_get_fiche_end();
|
print dol_get_fiche_end();
|
||||||
|
|
||||||
|
|
||||||
print '<div class="center"><input type="submit" class="button" value="'.$langs->trans("Update").'"></div><br>';
|
if (!$objp->rappro) {
|
||||||
|
print '<div class="center"><input type="submit" class="button" value="'.$langs->trans("Update").'"></div><br>';
|
||||||
|
} else {
|
||||||
|
print '<div class="center"><input type="submit" class="button" value="'.$langs->trans("Update").'" disabled></div><br>';
|
||||||
|
}
|
||||||
|
|
||||||
print "</form>";
|
print "</form>";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user