This commit is contained in:
Laurent Destailleur 2021-05-01 16:55:49 +02:00
parent ef734aeb58
commit c848a1ce03
2 changed files with 8 additions and 8 deletions

View File

@ -270,6 +270,7 @@ if (empty($reshook)) {
$tmp->fk_product = $fk_product; $tmp->fk_product = $fk_product;
$tmp->batch = $batch; $tmp->batch = $batch;
$tmp->datec = $now; $tmp->datec = $now;
$tmp->qty_view = (GETPOST('qtytoadd') != '' ? price2num(GETPOST('qtytoadd', 'MS')) : null);
$result = $tmp->create($user); $result = $tmp->create($user);
if ($result < 0) { if ($result < 0) {
@ -599,11 +600,11 @@ if ($object->id > 0) {
} }
print '<td class="right"></td>'; print '<td class="right"></td>';
print '<td class="center">'; print '<td class="center">';
print '<input type="submit" class="button paddingright" name="addline" value="'.$langs->trans("Add").'">'; print '<input type="text" name="qtytoadd" class="maxwidth75" value="">';
//print '<input type="submit" class="button paddingrightonly button-cancel" name="canceladdline" value="'.$langs->trans("Cancel").'">';
print '</td>'; print '</td>';
// Actions // Actions
print '<td class="center">'; print '<td class="center">';
print '<input type="submit" class="button paddingright" name="addline" value="'.$langs->trans("Add").'">';
print '</td>'; print '</td>';
print '</tr>'; print '</tr>';
} }

View File

@ -85,9 +85,9 @@ span.butAction, span.butActionDelete {
display: inline-block; display: inline-block;
text-align: center; text-align: center;
cursor: pointer; cursor: pointer;
/* color: #fff; */
/* background: rgb(<?php echo $colorbackhmenu1 ?>); */
color: #444; color: #444;
border: 1px solid transparent; /* So for buttonRefused with a border, it will not have any flash effect */
/* border: 1px solid #aaa; */ /* border: 1px solid #aaa; */
/* border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25); */ /* border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25); */
@ -161,17 +161,16 @@ span.butActionNewRefused>span.fa, span.butActionNewRefused>span.fa:hover
white-space: nowrap !important; white-space: nowrap !important;
cursor: not-allowed !important; cursor: not-allowed !important;
margin: 0em <?php echo ($dol_optimize_smallscreen ? '0.6' : '0.9'); ?>em;
padding: 0.6em <?php echo ($dol_optimize_smallscreen ? '0.6' : '0.7'); ?>em;
font-family: <?php print $fontlist ?> !important; font-family: <?php print $fontlist ?> !important;
display: inline-block; display: inline-block;
text-align: center; text-align: center;
cursor: pointer; cursor: pointer;
color: #999 !important;
border: 1px solid #ccc;
box-sizing: border-box; box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
color: #999 !important;
border: 1px solid #ccc;
} }
.butActionNewRefused, .butActionNewRefused:link, .butActionNewRefused:visited, .butActionNewRefused:hover, .butActionNewRefused:active { .butActionNewRefused, .butActionNewRefused:link, .butActionNewRefused:visited, .butActionNewRefused:hover, .butActionNewRefused:active {
text-decoration: none !important; text-decoration: none !important;