Changeset 13120

Show
Ignore:
Timestamp:
10/26/07 23:16:31 (1 year ago)
Author:
flack
Message:

label for asgard (backport)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/MidCOM_2_8/org.openpsa.invoices/invoice.php

    r4794 r13120  
    7979        } 
    8080    } 
     81     
     82    /** 
     83     * Human-readable label for cases like Asgard navigation 
     84     */ 
     85    function get_label() 
     86    { 
     87        return $this->invoiceNumber; 
     88    } 
    8189} 
    8290?>