mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #7577 from turbo124/v5-develop
Fixes for purchase order fillable list
This commit is contained in:
commit
de9ed6bff4
@ -84,7 +84,7 @@ class PurchaseOrder extends BaseModel
|
|||||||
'balance',
|
'balance',
|
||||||
'partial',
|
'partial',
|
||||||
'paid_to_date',
|
'paid_to_date',
|
||||||
'subscription_id',
|
// 'subscription_id',
|
||||||
'vendor_id',
|
'vendor_id',
|
||||||
'last_viewed'
|
'last_viewed'
|
||||||
];
|
];
|
||||||
|
@ -158,14 +158,6 @@
|
|||||||
integrity="sha384-ggh+EF1aSqm+Y4yvv2n17KpurNcZTeYtUZUvhPziElsstmIEubyEB6AIVpKLuZgr"
|
integrity="sha384-ggh+EF1aSqm+Y4yvv2n17KpurNcZTeYtUZUvhPziElsstmIEubyEB6AIVpKLuZgr"
|
||||||
crossorigin="anonymous">
|
crossorigin="anonymous">
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript">
|
|
||||||
window.onload = function() {
|
|
||||||
if (location.hash.includes("code")) {
|
|
||||||
new msal.PublicClientApplication({auth: {clientId: "1023b9ce-5b09-4f04-98f8-e1ed85a72332"}});
|
|
||||||
}
|
|
||||||
};
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<center style="padding-top: 150px" id="loader">
|
<center style="padding-top: 150px" id="loader">
|
||||||
<div class="loader"></div>
|
<div class="loader"></div>
|
||||||
</center>
|
</center>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user