Added Expire Date field to Quotes also Do not show Guests Accept or Decline if Date is Expired

This commit is contained in:
johnnyq
2023-07-15 15:33:08 -04:00
parent 313191aeb2
commit e09c9cadb5
13 changed files with 90 additions and 11 deletions

View File

@@ -18,6 +18,7 @@ function populateQuoteEditModal(quote_id) {
document.getElementById("editQuoteHeaderClient").innerText = quote.client_name;
document.getElementById("editQuoteID").value = quote.quote_id;
document.getElementById("editQuoteDate").value = quote.quote_date;
document.getElementById("editQuoteExpire").value = quote.quote_expire;
document.getElementById("editQuoteScope").value = quote.quote_scope;
/* DROPDOWNS */