Fix Art Nr
This commit is contained in:
parent
9da415d736
commit
f86f5276b3
@ -52,6 +52,7 @@ class PaperDbSelect extends Select
|
||||
if($option == null) {
|
||||
|
||||
$variables[$this->getId() . '_grammatur'] = 0;
|
||||
$variables[$this->getId() . '_art_nr'] = 0;
|
||||
$variables[$this->getId() . '_volume'] = 0;
|
||||
$variables[$this->getId() . '_value'] = 0;
|
||||
$variables[$this->getId() . '_offset_fix'] = 0;
|
||||
@ -89,6 +90,7 @@ class PaperDbSelect extends Select
|
||||
$paper = $option->getPaper();
|
||||
|
||||
$variables[$this->getId() . '_grammatur'] = $paper->getGrammatur();
|
||||
$variables[$this->getId() . '_art_nr'] = $paper->getArtNr();
|
||||
$variables[$this->getId() . '_volume'] = $paper->getVolume();
|
||||
$variables[$this->getId() . '_value'] = $paper->getPreis();
|
||||
$variables[$this->getId() . '_offset_fix'] = $paper->getOffsetFix();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user