Feature 5388: Print Invoices (documents) list gets too long. Fixed by default 180...
[fa-stable.git] / includes / access_levels.inc
index 4e3bb1ab5c197535de435d44b0876793a412c382..62a71cb61d4f334cefe22364f91cc618b936331a 100644 (file)
@@ -204,7 +204,7 @@ $security_areas =array(
        'SA_ASSETSTRANSVIEW' => array(SS_ASSETS|1, _("Fixed Asset transactions view")),
        'SA_ASSETTRANSFER' => array(SS_ASSETS|2, _("Fixed Asset location transfers")),
        'SA_ASSETDISPOSAL' => array(SS_ASSETS|3, _("Fixed Asset disposals")),
-  'SA_DEPRECIATION' => array(SS_ASSETS|4, _("Depreciation")),
+    'SA_DEPRECIATION' => array(SS_ASSETS|4, _("Depreciation")),
 
        'SA_ASSETSANALYTIC' => array(SS_ASSETS_A|1, _("Fixed Asset analytical reports and inquiries")),