Implemented an Items tab for attachments and modified the existing setup attachments.
[fa-stable.git] / includes / ui / attachment.inc
index 1ee3df126d4e94848bb1ab895fc81fd858096b6d..a2ed7f0f058611db6b3ecac9739f5eac7c99107a 100644 (file)
@@ -131,6 +131,8 @@ class attachments extends simple_crud {
                        $id_word = _("Customer ID");
                elseif($type_no==ST_SUPPLIER) // 6
                        $id_word = _("Supplier ID");
+               elseif($type_no==ST_ITEM) // 7
+                       $id_word = _("Item ID");
 
                label_row(_($id_word), $_POST['trans_no']);     
                date_row(_("Date"), 'tran_date');