new add total price on dashboard
This commit is contained in:
parent
3a593f88f1
commit
633bf3034f
@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
/* Copyright (C) 2015 Marcos García <marcosgdf@gmail.com>
|
||||
* Copyright (C) 2018 Charlene Benke <charlie@patas-monkey.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -66,4 +67,10 @@ class WorkboardResponse
|
||||
*/
|
||||
public $nbtodolate = 0;
|
||||
|
||||
}
|
||||
/**
|
||||
* total price of items
|
||||
* @var int
|
||||
*/
|
||||
public $total = 0;
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user