Skip to content

Commit

Permalink
Merge pull request #8321 from atm-maxime/7.0
Browse files Browse the repository at this point in the history
Fix required field + space in dispatch
  • Loading branch information
atm-maxime committed Mar 9, 2018
2 parents 612b95b + d92fa3a commit 7b0119a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htdocs/fourn/commande/card.php
Expand Up @@ -2453,7 +2453,7 @@
print $form->select_date('','',1,1,'',"commande",1,1,1);
print "</td></tr>\n";

print "<tr><td>".$langs->trans("Delivery")."</td><td>\n";
print "<tr><td class=\"fieldrequired\">".$langs->trans("Delivery")."</td><td>\n";
$liv = array();
$liv[''] = '&nbsp;';
$liv['tot'] = $langs->trans("CompleteOrNoMoreReceptionExpected");
Expand Down
2 changes: 1 addition & 1 deletion htdocs/fourn/commande/dispatch.php
Expand Up @@ -457,7 +457,7 @@
print '<input type="hidden" name="token" value="' . $_SESSION['newtoken'] . '">';
print '<input type="hidden" name="action" value="dispatch">';

print '<div class="div-table-responsive">';
print '<div class="div-table-responsive-no-min">';
print '<table class="noborder" width="100%">';

// Set $products_dispatched with qty dispatched for each product id
Expand Down

0 comments on commit 7b0119a

Please sign in to comment.