Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -145,8 +145,8 @@ def buat_penawaran(nama_prospek, alamat_prospek, jenis_prospek, produk_dipilih,
|
|
145 |
missing_data.append("Nama Prospek")
|
146 |
if not alamat_prospek:
|
147 |
missing_data.append("Alamat Prospek")
|
148 |
-
if not jenis_prospek:
|
149 |
-
|
150 |
if not tanggal:
|
151 |
missing_data.append("Tanggal")
|
152 |
if not produk_dipilih or not jumlah_produk or not harga_produk:
|
|
|
145 |
missing_data.append("Nama Prospek")
|
146 |
if not alamat_prospek:
|
147 |
missing_data.append("Alamat Prospek")
|
148 |
+
#if not jenis_prospek:
|
149 |
+
# missing_data.append("Jenis Prospek")
|
150 |
if not tanggal:
|
151 |
missing_data.append("Tanggal")
|
152 |
if not produk_dipilih or not jumlah_produk or not harga_produk:
|