SQL Server 2014 trigger problem

SOLVED

Microsoft SQL Server 2008 Standard R2 was upgraded to SQL standard version 2014 on 64-bit machine. Upgrade was successful without any error, but when users tried to save Purchase Order, message 'Append' is not a recognized option  appeared and PO was not saved. Since With Append clause in triggers is depreciated in SQL Server 2014, how other users changed the triggers? I manually edited tpoPoLineDist_d and _UI triggers on tpoPoLineDist table to make PO work, but lot of triggers on other tables having With Append clause may have problems in other mudules. Does anyone know how to delete With Append part in all triggers on mass instead of doing one trigger at a time? Also, would this change cause any other negative effect on data? We are on MAS 500 version 2016 (7.70.4.0), SQL Server 2014 Standard, Windows 2008 R2 on 64-bit machine.