mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix: W3C
This commit is contained in:
@@ -314,7 +314,7 @@ if ($id > 0 || ! empty($ref))
|
||||
print '" class="flat"><br><br>';
|
||||
|
||||
print '<center><input type="submit" class="button" value="'.$langs->trans("DispatchVerb").'"';
|
||||
if (sizeof($listwarehouses) <= 0) print ' disabled="true"';
|
||||
if (count($listwarehouses) <= 0) print ' disabled="disabled"';
|
||||
print '></center>';
|
||||
}
|
||||
if (! $nbproduct && $nbfreeproduct)
|
||||
|
||||
Reference in New Issue
Block a user