mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Update massactions_pre.tpl.php
This commit is contained in:
committed by
GitHub
parent
9beb210ead
commit
f152d5e0fd
@@ -30,10 +30,10 @@
|
||||
// $object = Object fetched;
|
||||
// $sendto
|
||||
// $withmaindocfilemail
|
||||
if(!empty($sall) || !empty($search_all)) {
|
||||
$sall = empty($sall) ? $search_all : $sall;
|
||||
if (!empty($sall) || !empty($search_all)) {
|
||||
$search_all = empty($sall) ? $search_all : $sall;
|
||||
|
||||
print '<input type="hidden" name="sall" value="'.$sall.'">';
|
||||
print '<input type="hidden" name="search_all" value="'.$search_all.'">';
|
||||
}
|
||||
|
||||
if ($massaction == 'predeletedraft') {
|
||||
|
||||
Reference in New Issue
Block a user