add inventory fix
This commit is contained in:
parent
1e2db7b143
commit
a858cedbba
@ -129,7 +129,7 @@ class InventoryItemForm extends Model{
|
|||||||
$item->id_inventory = $this->inventory->id_inventory;
|
$item->id_inventory = $this->inventory->id_inventory;
|
||||||
|
|
||||||
|
|
||||||
$model->recalculateTotalPriceBrutto();
|
$item->recalculateTotalPriceBrutto();
|
||||||
|
|
||||||
|
|
||||||
if ( !$item->save(false) ){
|
if ( !$item->save(false) ){
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
-0.0.59
|
||||||
|
- add inventory fix
|
||||||
-0.0.58
|
-0.0.58
|
||||||
- add inventory purchase and total purchase price
|
- add inventory purchase and total purchase price
|
||||||
- rename procurement purchase
|
- rename procurement purchase
|
||||||
|
|||||||
@ -97,9 +97,9 @@ class DetStatProcessor extends Object{
|
|||||||
// $tetel->visszajelzesInformacio = "02";
|
// $tetel->visszajelzesInformacio = "02";
|
||||||
|
|
||||||
// $this->detstatUzenet->tetelek[] = $tetel;
|
// $this->detstatUzenet->tetelek[] = $tetel;
|
||||||
*/
|
|
||||||
$lab = new GiroDETSTALab();
|
$lab = new GiroDETSTALab();
|
||||||
$this->detstatUzenet->lab = $lab;
|
$this->detstatUzenet->lab = $lab;
|
||||||
|
*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@ return [
|
|||||||
'supportEmail' => 'rocho02@gmail.com',
|
'supportEmail' => 'rocho02@gmail.com',
|
||||||
'infoEmail' => 'info@rocho-net.hu',
|
'infoEmail' => 'info@rocho-net.hu',
|
||||||
'user.passwordResetTokenExpire' => 3600,
|
'user.passwordResetTokenExpire' => 3600,
|
||||||
'version' => 'v0.0.58',
|
'version' => 'v0.0.59',
|
||||||
'company' => 'movar',//gyor
|
'company' => 'movar',//gyor
|
||||||
'company_name' => "Freimann Kft.",
|
'company_name' => "Freimann Kft.",
|
||||||
'product_visiblity' => 'account',// on reception which products to display. account or global
|
'product_visiblity' => 'account',// on reception which products to display. account or global
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user