2
0
forked from Wavyzz/dolibarr

Fix bug 1588 : relative discount not working anymore

This commit is contained in:
Maxime Kohlhaas
2014-10-06 10:05:27 +02:00
parent 76353bf427
commit 48072c58d7

View File

@@ -203,7 +203,7 @@ else {
<?php } ?>
<td align="right"><input type="text" size="2" name="qty" class="flat" value="<?php echo (isset($_POST["qty"])?$_POST["qty"]:1); ?>">
</td>
<td align="right" class="nowrap"><input type="text" size="1" class="flat" value="<?php echo (isset($_POST["remise_percent"])?$_POST["remise_percent"]:$buyer->remise_client); ?>" name="remise_percent"><span class="hideonsmartphone">%</span></td>
<td align="right" class="nowrap"><input type="text" size="1" class="flat" value="<?php echo (isset($_POST["remise_percent"])?$_POST["remise_percent"]:$buyer->remise_percent); ?>" name="remise_percent"><span class="hideonsmartphone">%</span></td>
<?php
if (! empty($usemargins))