QboItem doesn’t exist anymore

This commit is contained in:
2022-03-08 20:30:52 -05:00
committed by GitHub
parent 7b5e54aaba
commit 7dc04b4a07

View File

@@ -1,7 +1,7 @@
<!--
The MIT License (MIT)
Copyright (c) 2020 rick barrette
Copyright (c) 2022 rick barrette
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
@@ -71,10 +71,6 @@ intuit.ipp.anywhere.setup({menuProxy: '/path/to/blue-dot', grantUrl: '<%= Settin
<b><%=t(:label_customer_count)%>:</b> <%= Customer.count%>
</div>
<div>
<b><%=t(:label_item_count)%>:</b> <%= QboItem.count %>
</div>
<div>
<b><%=t(:label_employee_count)%>:</b> <%= QboEmployee.count %>
</div>