This commit is contained in:
Nicolas Bally 2020-03-19 23:29:06 +01:00
parent 1b60863a55
commit 90d7789b34

View File

@ -24,7 +24,7 @@ class Admin::PCustomerSheetsController < ApplicationController
end
def index
@p_customer_sheets = PCustomerSheet.all
@p_customer_sheets = PCustomerSheet
date_regex = /^(0[1-9]|[12][0-9]|3[01])[\/](0[1-9]|1[012])[\/](19|20)\d\d$/i