mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
bugfix verbindlichkeit positionen
This commit is contained in:
parent
ca4e320085
commit
c3cbf0d214
@ -244,16 +244,16 @@ class Verbindlichkeit {
|
||||
'<input type="number" name="werte[]" value="',
|
||||
['sql' => $offen_menge],
|
||||
'" min="0"',
|
||||
'" max="',
|
||||
' max="',
|
||||
['sql' => $offen_menge],
|
||||
'"/>'
|
||||
);
|
||||
|
||||
$preise = array (
|
||||
'<input type="number" name="preise[]" step="0.00001" value="',
|
||||
['sql' => $this->app->erp->FormatMenge("COALESCE(bp.preis,0)",5)],
|
||||
['sql' => "TRIM(COALESCE(bp.preis,0))+0"],
|
||||
'" min="0"',
|
||||
'"/>'
|
||||
'/>'
|
||||
);
|
||||
|
||||
$artikellink = array (
|
||||
|
Loading…
Reference in New Issue
Block a user