DataObjects/Cobmisc.php
authorAlan Knowles <alan@roojs.com>
Mon, 6 Jul 2015 04:59:42 +0000 (12:59 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 6 Jul 2015 04:59:42 +0000 (12:59 +0800)
DataObjects/Cobmisc.php

index a563811..8f5fcba 100644 (file)
@@ -76,8 +76,8 @@ class Pman_Xtuple_DataObjects_Cobmisc extends DB_DataObject
     ###END_AUTOCODE
     function toEventString()
     {
-        $co = $this->cohead();
-        return "Sales Order Misc Item: " . $co->cohead_number . ' - ' . $this->cobmisc_id;
+        $co = $this->invchead();
+        return "Invoice Misc Item: " . $co->invchead_number . ' - ' . $this->cobmisc_id;
     }