mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
FIX #14564
This commit is contained in:
parent
a80950dfa4
commit
741489fdc0
|
|
@ -498,6 +498,12 @@ if ($virtualdiffersfromphysical)
|
|||
print '<br>';
|
||||
}
|
||||
|
||||
print '<form>';
|
||||
|
||||
|
||||
print '<form method="POST" action="'.$_SERVER['PHP_SELF'].'">';
|
||||
print '<input type="hidden" name="token" value="'.newToken().'">';
|
||||
print '<input type="hidden" name="action" value="warehouse">';
|
||||
|
||||
|
||||
/*
|
||||
|
|
@ -648,9 +654,15 @@ foreach ($dirmodels as $reldir)
|
|||
|
||||
print '</table>';
|
||||
|
||||
print '</form>';
|
||||
|
||||
|
||||
// Other
|
||||
|
||||
print '<form method="POST" action="'.$_SERVER['PHP_SELF'].'">';
|
||||
print '<input type="hidden" name="token" value="'.newToken().'">';
|
||||
print '<input type="hidden" name="action" value="warehouse">';
|
||||
|
||||
print load_fiche_titre($langs->trans("Other"), '', '');
|
||||
|
||||
print '<table class="noborder centpercent">';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user