Show order info reference on pending orders

This commit is contained in:
Deon George
2020-04-22 23:23:54 +10:00
parent 1934c6dfeb
commit 3b168af492
5 changed files with 41 additions and 3 deletions

View File

@@ -1152,7 +1152,6 @@ class Service extends Model
))
{
do {
dump(['next'=>$this->invoice_next,'stop'=>$this->invoice_next_end]);
$o = new InvoiceItem;
$o->active = TRUE;
$o->service_id = $this->id;