Possibilité de modifier le descriptif et le taux de tva y compris sur les lignes de produits prédéfinis.
This commit is contained in:
parent
75258b6cba
commit
f8151eb6cc
@ -793,9 +793,7 @@ else
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
print '</tr>';
|
print '</form>';
|
||||||
|
|
||||||
print "</form>";
|
|
||||||
|
|
||||||
$var=!$var;
|
$var=!$var;
|
||||||
|
|
||||||
@ -815,9 +813,7 @@ else
|
|||||||
print '<td align="right" nowrap><input type="text" class="flat" size="1" name="premise" value="0">%</td>';
|
print '<td align="right" nowrap><input type="text" class="flat" size="1" name="premise" value="0">%</td>';
|
||||||
print '<td align="center" colspan="2" rowspan="2"><input type="submit" class="button" value="'.$langs->trans("Add").'"></td>';
|
print '<td align="center" colspan="2" rowspan="2"><input type="submit" class="button" value="'.$langs->trans("Add").'"></td>';
|
||||||
|
|
||||||
print "</tr>\n";
|
print '</tr>'."\n";
|
||||||
|
|
||||||
print '</tr>';
|
|
||||||
|
|
||||||
print "<tr $bc[$var]>";
|
print "<tr $bc[$var]>";
|
||||||
print '<td colspan="8">';
|
print '<td colspan="8">';
|
||||||
@ -828,7 +824,7 @@ else
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
print "</form>";
|
print '</form>';
|
||||||
}
|
}
|
||||||
print "</table>";
|
print "</table>";
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user